# 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 = "max31865" version = "0.1.1" authors = ["Rudi Horn "] description = "generic driver for the MAX31865 RTD to Digital converter" documentation = "https://rudihorn.github.io/max31865/max31865/index.html" readme = "README.md" keywords = ["embedded-hal-crate", "rtd-sensor"] categories = ["embedded", "no-std", "hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/rudihorn/max31865" [dependencies.embedded-hal] version = "0.2.4" features = ["unproven"] [features] doc = [] [target.thumbv7m-none-eabi.dev-dependencies.cortex-m] version = "0.7.2" [target.thumbv7m-none-eabi.dev-dependencies.cortex-m-rt] version = "0.6.13" [target.thumbv7m-none-eabi.dev-dependencies.cortex-m-semihosting] version = "0.3.7" [target.thumbv7m-none-eabi.dev-dependencies.embedded-graphics] version = "0.6.2" [target.thumbv7m-none-eabi.dev-dependencies.panic-halt] version = "0.2.0" [target.thumbv7m-none-eabi.dev-dependencies.ssd1306] version = "0.5.1" [target.thumbv7m-none-eabi.dev-dependencies.stm32f1xx-hal] version = "0.7.0" features = ["stm32f103"]