# 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-aht20" version = "0.1.1" authors = ["Ghislain MARY "] include = [ "/**/*.rs", "/Cargo.toml", "README.md", ] description = "Platform-agnostic Rust driver for the AHT20 temperature & humidity sensor." homepage = "https://gitlab.com/ghislainmary/embedded-aht20" documentation = "https://docs.rs/embedded-aht20/" readme = "README.md" keywords = [ "temperature", "humidity", "sensor", "aht20", "embedded-hal", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/ghislainmary/embedded-aht20" [dependencies.bitflags] version = "2.4.2" [dependencies.crc] version = "3.0.1" [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0" [dependencies.maybe-async-cfg] version = "0.2.3" [dependencies.weather-utils] version = "0.2.0" features = ["no-std"] [dev-dependencies.embedded-hal-mock] version = "0.10.0" features = ["eh1"] default-features = false [dev-dependencies.linux-embedded-hal] version = "0.4.0" [features] async = [] default = []