# 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" rust-version = "1.81" name = "aht20-driver" version = "2.0.0" authors = ["Rikard Anglerud "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust embedded-hal driver for the AHT20 temperature and humidity sensor." homepage = "https://github.com/anglerud/aht20-driver" documentation = "https://docs.rs/aht20-driver" readme = "README.md" keywords = [ "no-std", "embedded-hal-driver", "sensor", "temperature", "humidity", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/anglerud/aht20-driver" [lib] name = "aht20_driver" path = "src/lib.rs" [dependencies.crc-any] version = "2.5.0" default-features = false [dependencies.defmt] version = "0.3.6" optional = true [dependencies.embedded-hal] version = "1.0.0" [dev-dependencies.defmt] version = "0.3.6" features = ["unstable-test"] [dev-dependencies.embedded-hal-mock] version = "0.11.1" [features] default = ["use-defmt"] use-defmt = ["dep:defmt"]