# 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 = "solo-bsc" version = "0.0.3" authors = ["Nicolas Stalder "] exclude = ["/ref/*"] description = "Board support crate for the Solo security key" documentation = "https://docs.solokeys.io" readme = "README.md" keywords = ["arm", "cortex-m", "template"] categories = ["embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/solokeys/solo-bsc" [profile.dev] debug = true [profile.release] opt-level = "s" lto = true debug = true [dependencies.cortex-m] version = "0.5.8" [dependencies.cortex-m-rt] version = "0.6.7" [dependencies.embedded-hal] version = "0.2.2" features = ["unproven"] [dependencies.stm32l4xx-hal] version = "0.3.6" features = ["rt", "stm32l4x2"] default-features = false [dev-dependencies.nb] version = "0.1.1" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.ssd1306] version = "0.2.4"