# 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 = "adafruit-aht10" version = "0.1.0" description = "A library for accessing a AHT10 temperature and humidity sensor via I2C. Using embedded-hal traits." homepage = "https://github.com/miathedev/adafruit-aht10" documentation = "https://docs.rs/adafruit-aht10" readme = "README.md" keywords = [ "embedded-hal", "i2c", "temperature", "humidity", "aht10", ] categories = [ "embedded", "no-std", ] license = "BSD-3-Clause" repository = "https://github.com/miathedev/adafruit-aht10" [dependencies.embedded-hal] version = "0.2.7"