# 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 = "dht11_gpio" version = "0.1.0" exclude = ["imgs/"] description = "Simple implimentation for interfacing with the dht11 sensor to retrieve temperature and humidity" readme = "README.md" keywords = [ "raspberry-pi", "gpio", "dht11", "embedded", "sensor", ] categories = [ "embedded", "hardware-support", ] license = "MIT" repository = "https://github.com/t4skmanag3r/dht11_gpio" [lib] name = "dht11_gpio" path = "src/lib.rs" [[example]] name = "basic_usage" path = "examples/basic_usage.rs" [dependencies.rppal] version = "0.16.1"