# 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 = "2018" name = "gpio-am2302-rs" version = "1.1.0" authors = ["D'mitri Joseph "] description = "GPIO-AM2302-RS provides a simple interface to use AM2302 Sensor connected through GPIO" homepage = "https://github.com/dmitrijoseph/gpio-am2302-rs" keywords = [ "hal", "AM2302", "DHT22", "GPIO", ] categories = [ "embedded", "hardware-support", ] license = "MIT" repository = "https://github.com/dmitrijoseph/gpio-am2302-rs" [dependencies.gpio-cdev] version = "0.2" [dependencies.thiserror] version = "1.0.20"