# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "stm32-hal" version = "0.2.0" authors = ["Ivan Dubrov "] description = "Bit-banding access for STM32 peripherals" documentation = "https://docs.rs/stm32-band" readme = "README.md" keywords = ["no-std", "arm", "cortex-m", "stm32"] categories = ["embedded", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/idubrov/stm32-hal" [package.metadata.release] pre-release-hook = "./update-readme.sh" [dependencies.vcell] version = "0.1.0" optional = true [dependencies.stm32f103xx] version = "0.7.5" optional = true [features] use-stm32f103xx = ["stm32f103xx", "vcell"]