# 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 = "dht22_pi" version = "1.0.0" authors = ["Michael Fletcher "] description = "Rust API to obtain temperature and humidity measurements from a DHT22 connected to a Raspberry Pi." documentation = "https://docs.rs/dht22_pi/" keywords = [ "pi", "dht22", "temperature", ] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/michaelfletchercgy/dht22_pi" [dependencies.libc] version = "0.2.126" [dependencies.rppal] version = "0.13.1"