[package] name = "air001" version = "0.0.1" edition = "2021" authors = ["Andelf "] repository = "https://github.com/andelf/air001" documentation = "https://docs.rs/air001" homepage = "https://github.com/andelf/air001" categories = ["embedded", "no-std", "hardware-support"] description = "Rust PAC for Air001" keywords = ["air001"] readme = "README.md" license = "MIT/Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] path = "lib.rs" [features] default = ["rt"] rt = ["dep:cortex-m-rt", "dep:critical-section", "cortex-m-rt/device"] [dependencies] cortex-m = "0.7.7" cortex-m-rt = { version = "0.7.3", optional = true } critical-section = { version = "1.1.2", optional = true } vcell = "0.1.3"