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