[package] name = "cec1734-pac" version = "0.0.22" edition = "2021" authors = ["Matheus Catarino "] description = "Peripheral access API for Microchip CEC1734 generated from official SVD file" categories = ["embedded", "hardware-support", "no-std"] keywords = ["no-std", "cortex-m", "register", "peripheral"] license = "MIT OR Apache-2.0" repository = "https://github.com/kassane/cec-pac" include = ["src/**/*", "README.md", "device.x", "build.rs"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bare-metal = "1.0.0" cortex-m = "0.7.6" vcell = "0.1.3" [dependencies.cortex-m-rt] optional = true version = "0.7.1" [features] rt = ["cortex-m-rt/device"] [package.metadata.docs.rs] features = ["rt"]