# 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 = "sensor-temp-humidity-sht40" version = "0.2.601" authors = ["Lucian Carata "] description = "Driver for SHT40 temperature and humidity sensor" keywords = ["sht40", "sensirion", "embedded-hal-driver"] categories = ["embedded", "hardware-support", "no-std"] license = "BSD-3-Clause OR Apache-2.0" repository = "https://github.com/lc525/sensor-temp-humidity-sht40-rs" resolver = "2" [profile.dev] opt-level = 0 debug = true [profile.release] opt-level = 3 lto = true debug = false [dependencies.embedded-hal] version = "0.2.6" [dependencies.sensirion-i2c] version = "0.1.1" [dev-dependencies.embedded-hal-mock] version = "0.8.0" [dev-dependencies.linux-embedded-hal] version = "0.3.2" [features] fp = []