# 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 = "air001-pac" version = "0.0.2" description = "Peripheral Access Crate for Air001 microcontroller" readme = "README.md" keywords = [ "air001", "embedded", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "MIT" repository = "https://github.com/air001-rs/air001-pac" [package.metadata.docs.rs] default-target = "thumbv6m-none-eabi" features = [ "rt", "critical-section", ] targets = [] [dependencies.cortex-m] version = "0.7" features = ["critical-section-single-core"] [dependencies.cortex-m-rt] version = "0.7" optional = true [dependencies.critical-section] version = "1.0" optional = true [dependencies.vcell] version = "0.1" [features] default = [ "rt", "critical-section", ] rt = ["cortex-m-rt/device"]