[package] authors = ["Ivan Dubrov "] categories = ["embedded", "no-std"] keywords = ["no-std", "arm", "cortex-m", "stm32"] description = "Bit-banding access for STM32 peripherals" documentation = "https://docs.rs/stm32-band" repository = "https://github.com/idubrov/stm32-hal" name = "stm32-hal" version = "0.2.0" license = "MIT/Apache-2.0" readme = "README.md" [package.metadata.release] pre-release-hook = "./update-readme.sh" [dependencies.stm32f103xx] optional = true version = "0.7.5" [dependencies.vcell] optional = true version = "0.1.0" [features] use-stm32f103xx = ["stm32f103xx", "vcell"]