# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "aht20" version = "0.1.0" authors = ["Ferdia McKeogh "] description = "A platform agnostic driver to interface with the AHT20 temperature/humidity sensors" documentation = "https://github.com/chocol4te/aht20" keywords = ["embedded-hal-driver", "temperature", "humidity", "aht20"] categories = ["embedded", "hardware-support", "no-std"] license = "AGPL-3.0-or-later" repository = "https://github.com/chocol4te/aht20" [dependencies.bitflags] version = "1.2" [dependencies.crc_all] version = "0.2" [dependencies.embedded-hal] version = "0.2" [dependencies.lazy_static] version = "1.4" features = ["spin_no_std"] [dev-dependencies.linux-embedded-hal] version = "0.3"