# 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 = "dht-hal-drv" version = "0.2.2" authors = ["Rumato Estorsky"] description = "HAL based driver for digital humidity and temperature sensors DHT11, DHT21, DHT22" documentation = "https://docs.rs/dht-hal-drv" readme = "README.md" keywords = ["dht", "hal"] categories = ["embedded", "no-std"] license-file = "LICENSE" repository = "https://github.com/rustrum/dht-hal-drv" [dependencies.embedded-hal] version = "0.2.3" features = ["unproven"]