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