# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "mcumeter" version = "0.2.0" authors = ["Daniel Egger "] description = "Firmware for my MCU power meter based upon STM32F042 and INA260" documentation = "https://docs.rs/mcumeter" readme = "README.md" keywords = ["arm", "cortex-m", "template"] categories = ["embedded", "no-std"] license = "0BSD" repository = "https://github.com/therealprof/MCUmeter-software" [profile.dev] opt-level = "s" debug = true [profile.release] opt-level = "s" lto = true debug = true [dependencies.cortex-m] version = "0.7" [dependencies.cortex-m-rt] version = "0.7" [dependencies.display-interface] version = "0.4" [dependencies.display-interface-i2c] version = "0.4" [dependencies.embedded-graphics] version = "0.7" [dependencies.embedded-hal] version = "0.2" features = ["unproven"] [dependencies.heapless] version = "0.7" [dependencies.ina260] version = "0.3" [dependencies.panic-halt] version = "0.2" [dependencies.shared-bus] version = "0.2.0-alpha.1" optional = false [dependencies.ssd1306] version = "0.7" [dependencies.stm32f0xx-hal] version = "0.18" features = ["stm32f042", "rt"]