# 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 = "aht10-embedded" version = "0.0.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A platform agnostic driver to interface with the AHT10 temperature/humidity sensor, tested on Rasberry Pi Pico" homepage = "https://github.com/jnthbdn/rs-aht10" readme = "readme.md" keywords = [ "aht10", "embedded-hal", "humidity", "temperature", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/jnthbdn/rs-aht10" [lib] name = "aht10_embedded" path = "src/lib.rs" [[example]] name = "rp-pico-aht10" path = "example/rp_pico_aht10.rs" [dependencies.embedded-hal] version = "0.2.5" [dev-dependencies.cortex-m] version = "0.7.6" [dev-dependencies.cortex-m-rt] version = "0.7.3" [dev-dependencies.embedded-alloc] version = "0.5.0" [dev-dependencies.fugit] version = "0.3.7" [dev-dependencies.rp-pico] version = "0.8.0" features = ["rp2040-e5"] [dev-dependencies.usb-device] version = "0.2.9" [dev-dependencies.usbd-serial] version = "0.1.1"