# 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] edition = "2018" name = "onebitsy" version = "0.2.0" authors = ["David Goodlad "] exclude = [".vscode/*"] description = "Board Support Crate for the 1Bitsy development board" documentation = "https://docs.rs/onebitsy" readme = "README.md" keywords = ["arm", "cortex-m", "stm32", "1bitsy"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT" repository = "https://github.com/dgoodlad/onebitsy-rs" [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] targets = ["thumbv7em-none-eabihf"] [profile.release] lto = true codegen-units = 1 debug = true [dependencies.cortex-m] version = "0.6.2" [dependencies.cortex-m-rt] version = "0.6.12" [dependencies.embedded-hal] version = "0.2.3" [dependencies.stm32f4xx-hal] version = "0.8" features = ["stm32f415", "rt"] default-features = false [dev-dependencies.panic-halt] version = "0.2.0"