[package] name = "sensirion-rht" version = "1.1.3" description = "Driver for several temperature and humidity sensors from Sensirion" authors = [ "Fraunhofer IML Embedded Rust Group " ] license = "OLFL-1.3" edition = "2018" repository = "https://git.openlogisticsfoundation.org/silicon-economy/libraries/serum/sensirion-rht" categories = ["embedded", "no-std", "no-std::no-alloc"] keywords = ["no_std", "sensor", "sensirion", "temperature", "humidity"] [package.metadata.cargo-udeps.ignore] normal = ["log"] # log is only used in tests and cargo-udeps cannot detect it (yet) development = ["embedded-hal-mock"] # embedded-hal-mock is only used in tests and cargo-udeps cannot detect it (yet) #build = [] [dependencies] sensirion-i2c = "0.1" embedded-hal = "0.2" byteorder = { version = "1.4", default-features = false } measurements = "0.11" log = "0.4" [dev-dependencies] embedded-hal-mock = "0.8"