# 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 = "2021" name = "embedded-dht-rs" version = "0.3.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A platform agnostic driver to interface with the DHT11 / DHT20 (AHT20) / DHT22 (AM2302) temperature and humidity sensor" homepage = "https://github.com/rust-dd/embedded-dht-rs" documentation = "https://docs.rs/embedded-dht-rs" readme = "README.md" keywords = [ "embedded", "no-std", "dht11", "dht20", "dht22", ] license = "Apache-2.0" repository = "https://github.com/rust-dd/embedded-dht-rs" [profile.release] lto = true codegen-units = 1 [lib] name = "embedded_dht_rs" path = "src/lib.rs" doctest = false [dependencies.embedded-hal] version = "1.0.0" [dev-dependencies.embedded-hal-mock] version = "0.11.1" [features] default = [] dht11 = [] dht20 = [] dht22 = []