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