# 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 = "hdc302x-async" version = "0.2.0" authors = ["Matt Mahin "] description = "An embedded-hal-async driver for the HDC302x(-Q1) low-power humidity and temperature digital sensor" homepage = "https://github.com/bobsrac/hdc302x-rs-async" readme = "README.md" keywords = [ "humidity", "temperature", "sensor", "embedded-hal-driver", "hdc3022", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bobsrac/hdc302x-rs" [dependencies.crc] version = "3.2.1" [dependencies.embedded-hal-async] version = "1.0.0" [dependencies.log] version = "0.4.22"