# 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 = "atsame70n21b-pac" version = "0.3.0" authors = [ "John Terrell ", "Jacob Alexander ", ] description = "Peripheral access crate for the ATSAME70N21B microcontroller" keywords = [ "arm", "cortex-m", "atsame70n21b", "svd2rust", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/atsam-rs/atsam-pac" resolver = "1" [package.metadata.docs.rs] features = ["rt"] [dependencies.cortex-m] version = "0.7.6" [dependencies.cortex-m-rt] version = "0.7.2" optional = true [dependencies.critical-section] version = "1.0.0" optional = true [dependencies.vcell] version = "0.1.3" [features] critical-section = ["dep:critical-section"] rt = ["cortex-m-rt/device"]