# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "ufire_sht20" version = "0.9.1" authors = ["uFire "] description = "SHT20 temperature/humidity library" homepage = "https://ufire.co/air/" readme = "README.md" keywords = ["temperature", "humidity", "atmospheric", "sht20", "sensiron"] license = "MIT" [lib] name = "ufire_sht20" path = "src/lib.rs" [[bin]] name = "ufire_sht20_bin" path = "src/main.rs" [dependencies.byteorder] version = "1" [dependencies.i2cdev] version = "0.3.2" [dependencies.shrust] version = "0.0.6"