# 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 = "dht-sensor" version = "0.2.1" authors = ["Michael Beaumont "] exclude = [".github", "nucleo.cfg", "openocd.gdb", "memory.x", ".gitignore"] description = "Driver for the DHT11/DHT22 sensor based on embedded-hal" readme = "README.md" keywords = ["embedded", "sensor", "humidity", "temperature", "embedded-hal-driver"] categories = ["embedded", "no-std", "hardware-support"] license = "MIT" repository = "https://github.com/michaelbeaumont/dht-sensor" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" [profile.release] lto = true codegen-units = 1 debug = true [dependencies.embedded-hal] version = "^0.2.4" [dev-dependencies.cortex-m] version = "0.6.7" [dev-dependencies.cortex-m-rt] version = "0.6.13" [dev-dependencies.cortex-m-semihosting] version = "0.3.7" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.stm32f0xx-hal] version = "0.17.1" features = ["stm32f042"]