# 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 = "sensirion-rht" version = "1.1.3" authors = ["Fraunhofer IML Embedded Rust Group "] description = "Driver for several temperature and humidity sensors from Sensirion" readme = "README.md" keywords = [ "no_std", "sensor", "sensirion", "temperature", "humidity", ] categories = [ "embedded", "no-std", "no-std::no-alloc", ] license = "OLFL-1.3" repository = "https://git.openlogisticsfoundation.org/silicon-economy/libraries/serum/sensirion-rht" [package.metadata.cargo-udeps.ignore] development = ["embedded-hal-mock"] normal = ["log"] [dependencies.byteorder] version = "1.4" default-features = false [dependencies.embedded-hal] version = "0.2" [dependencies.log] version = "0.4" [dependencies.measurements] version = "0.11" [dependencies.sensirion-i2c] version = "0.1" [dev-dependencies.embedded-hal-mock] version = "0.8"