[package] name = "py32f002a-pac" version = "0.1.0" edition = "2021" authors = ["creatoy "] repository = "https://github.com/creatoy/py32f002a-pac" categories = ["embedded", "hardware-support", "no-std"] description = "Peripheral access crate for PY32F002Ax (generated by svd2rust)" documentation = "https://docs.rs/py32f002a-pac" keywords = ["py32", "svd2rust", "peripheral", "coretx-m"] readme = "README.md" license = "MIT/Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] critical-section = { version = "1.1", optional = true } cortex-m = "0.7" cortex-m-rt = { version = "0.7", optional = true } vcell = "0.1" [features] rt = ["cortex-m-rt/device"] [lib] path = "src/lib.rs" [packages] exclude = ["py32f002axx.svd"]