# 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 = "aht20-async" version = "1.0.0" authors = ["Ferdia McKeogh "] description = "A platform agnostic driver to interface with the AHT20 temperature/humidity sensors" documentation = "https://github.com/fmckeogh/aht20-async" readme = "README.md" keywords = [ "embedded-hal-driver", "temperature", "humidity", "aht20", "async", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "AGPL-3.0-or-later" repository = "https://github.com/fmckeogh/aht20-async" [dependencies.bitflags] version = "2.4.2" [dependencies.crc_all] version = "0.2.2" [dependencies.embedded-hal-async] version = "1.0.0" [dev-dependencies.linux-embedded-hal] version = "0.4.0"