# 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 = "atsam4sa16b-pac" version = "0.3.1" authors = [ "John Terrell ", "Jacob Alexander ", ] description = "Peripheral access crate for ATSAM4SA16B microcontrollers" readme = "README.md" keywords = [ "arm", "cortex-m", "atsam4sa16b", "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.7" [dependencies.cortex-m-rt] version = "0.7.3" optional = true [dependencies.critical-section] version = "1.1.1" optional = true [dependencies.vcell] version = "0.1.3" [features] critical-section = ["dep:critical-section"] rt = ["cortex-m-rt/device"]