# 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 = "sht4x-ng" version = "0.2.2" authors = [ "Christian Meusel ", "Brian Bustin", "Moritz Bitsch", ] build = false exclude = [ "/.github/", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Sensirion SHT4x Driver for Embedded HAL 1.0 with optional async support" readme = "README.md" keywords = [ "driver", "embedded-hal-driver", "sensirion", "sht40", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" [lib] name = "sht4x_ng" path = "src/lib.rs" [[test]] name = "measurement" path = "tests/measurement.rs" [dependencies.defmt] version = "0.3.8" optional = true [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0" optional = true [dependencies.fixed] version = "1.27.0" [dependencies.sensirion-i2c] version = "0.3.0" [features] async = ["dep:embedded-hal-async"] defmt = ["dep:defmt"]