# 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 = "nucleo-f103rb" version = "0.3.0" authors = ["Daniel Egger "] description = "Board support crate for the STM32 Nucleo-F103RB microcontroller board" documentation = "https://docs.rs/nucleo-f103rb" keywords = ["arm", "cortex-m", "template", "bsp"] categories = ["embedded", "no-std"] license = "0BSD" repository = "https://github.com/therealprof/nucleo-f103rb" [profile.dev] debug = true [profile.release] opt-level = "s" lto = true debug = true [dependencies.bare-metal] version = "0.2.4" [dependencies.cortex-m] version = "0.6.0" [dependencies.cortex-m-rt] version = "0.6.8" [dependencies.nb] version = "0.1.2" [dependencies.stm32f1xx-hal] version = "0.3.0" features = ["stm32f103", "rt"] [dev-dependencies.numtoa] version = "0.2.3" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.vcell] version = "0.1.0" [dev-dependencies.volatile-register] version = "0.2.0" [features] default = ["rt"] rt = []