[package] name = "cloudbbq" version = "0.3.0" authors = ["RĂ¼diger Sonderfeld ", "Andrew Walbran "] license = "MIT OR Apache-2.0" repository = "https://github.com/ruediger/cloudbbq" readme = "README.md" edition = "2018" description = "A library for talking to CloudBBQ-style Bluetooth BBQ thermometers." keywords = ["bbq", "ble", "bluetooth", "temperature", "thermometer"] categories = ["hardware-support"] [dependencies] bluez-async = "0.7.0" futures = "0.3.25" log = "0.4.17" thiserror = "1.0.38" uuid = "1.2.2" [dev-dependencies] eyre = "0.6.5" pretty_env_logger = "0.4.0" tokio = { version = "1.18.4", features = ["macros", "rt", "rt-multi-thread"] }