# 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-f042k6" version = "0.8.0" authors = ["Daniel Egger "] description = "Board support crate for the STM32 Nucleo-F042K6 microcontroller board" documentation = "https://docs.rs/crate/nucleo-f042k6" readme = "README.md" keywords = ["arm", "cortex-m", "template"] categories = ["embedded", "no-std"] license = "0BSD" repository = "https://github.com/stm32-rs/nucleo-f042k6" [profile.dev] opt-level = 1 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.10" [dependencies.embedded-hal] version = "0.2.3" features = ["unproven"] [dependencies.stm32f0xx-hal] version = "0.15.0" features = ["stm32f042", "rt"] [dev-dependencies.embedded-graphics] version = "0.4.7" [dev-dependencies.epd-waveshare] version = "0.3.2" [dev-dependencies.ina260] version = "0.2.6" [dev-dependencies.nb] version = "0.1.2" [dev-dependencies.numtoa] version = "0.2.3" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.sevensegment] version = "0.1.0" [dev-dependencies.shared-bus] version = "0.1.4" features = ["cortexm"] optional = false [dev-dependencies.ssd1306] version = "0.2.6" [features] default = ["rt"] rt = []