# 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" rust-version = "1.70.0" name = "mitemp" version = "0.4.0" authors = ["Robin Appelman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Read Xiaomi MI Temperature and Humidity Sensor over BLE" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/icewind1991/mitemp-rs" [lib] name = "mitemp" path = "src/lib.rs" [[example]] name = "listen" path = "examples/listen.rs" [dependencies.btleplug] version = "0.11.6" [dependencies.num_enum] version = "0.7.3" [dependencies.tokio-stream] version = "0.1.8" [dependencies.tracing] version = "0.1.40" [dependencies.uuid] version = "1.11.0" [dev-dependencies.main_error] version = "0.1" [dev-dependencies.tokio] version = "1.17.0" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.18"