# 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 = "mijia" version = "0.7.1" authors = [ "Luis FĂ©lix ", "Andrew Walbran ", "David Laban ", ] description = "A library for connecting to Xiaomi Mijia 2 Bluetooth temperature/humidity sensors." readme = "README.md" keywords = [ "ble", "bluetooth", "humidity", "temperature", ] categories = ["hardware-support"] license = "MIT OR Apache-2.0" repository = "https://github.com/alsuren/mijia-homie/" [dependencies.bluez-async] version = "0.7.1" [dependencies.futures] version = "0.3.27" [dependencies.log] version = "0.4.20" [dependencies.thiserror] version = "1.0.47" [dependencies.tokio] version = "1.32.0" [dependencies.tokio-stream] version = "0.1.14" [dependencies.uuid] version = "1.4.1" [dev-dependencies.backoff] version = "0.4.0" features = ["tokio"] [dev-dependencies.chrono] version = "0.4.28" [dev-dependencies.eyre] version = "0.6.8" [dev-dependencies.pretty_env_logger] version = "0.5.0" [dev-dependencies.tokio] version = "1.32.0" features = [ "macros", "rt", "rt-multi-thread", "time", ]