# 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 = "embassy-dht" version = "0.1.9" authors = ["Samuel Freeman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = " This Rust library provides an interface for interacting with DHT1X and DHT2X temperature and humidity sensors using the Embassy framework." documentation = "https://docs.rs/embassy-dht" readme = "README.md" keywords = [ "DHTXX", "embassy", "no_std", "RP2040", "RP2350", ] license = "MIT/Apache-2.0" repository = "https://github.com/sndnvaps/embassy-dht" [lib] name = "embassy_dht" path = "src/lib.rs" [dependencies.embassy-rp] version = "0.2.0" features = [ "defmt", "unstable-pac", "time-driver", "critical-section-impl", ] [dependencies.embassy-time] version = "0.3.2" features = [ "defmt", "defmt-timestamp-uptime", ] [dependencies.embassy-time-driver] version = "0.1.0" [dependencies.embedded-hal] version = "1.0.0" [dependencies.num-traits] version = "0.2" default-features = false [features] embedded_alloc = []