# 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" version = "0.0.1" authors = ["Andelf "] description = "Rust PAC for Air001" homepage = "https://github.com/andelf/air001" documentation = "https://docs.rs/air001" readme = "README.md" keywords = ["air001"] categories = [ "embedded", "no-std", "hardware-support", ] license = "MIT/Apache-2.0" repository = "https://github.com/andelf/air001" [lib] path = "lib.rs" [dependencies.cortex-m] version = "0.7.7" [dependencies.cortex-m-rt] version = "0.7.3" optional = true [dependencies.critical-section] version = "1.1.2" optional = true [dependencies.vcell] version = "0.1.3" [features] default = ["rt"] rt = [ "dep:cortex-m-rt", "dep:critical-section", "cortex-m-rt/device", ]