# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "atsamd51n" version = "0.13.0" authors = [ "Wez Furlong ", "Paul Sajna ", "Bradley Harden ", ] description = "Peripheral access API for ATSAMD51N microcontrollers (generated using svd2rust)" readme = "README.md" keywords = [ "no-std", "arm", "cortex-m", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/atsamd-rs/atsamd" [dependencies.cortex-m] version = "0.7" [dependencies.cortex-m-rt] version = "0.7" optional = true [dependencies.critical-section] version = "1.1" [dependencies.vcell] version = "0.1" [features] rt = ["cortex-m-rt/device"]