cloudbbq 0.4.0

A library for talking to CloudBBQ-style Bluetooth BBQ thermometers.
Documentation
# 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.4.0"
authors = [
    "RĂ¼diger Sonderfeld <ruediger@c-plusplus.net>",
    "Andrew Walbran <qwandor@google.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[lib]
name = "cloudbbq"
path = "src/lib.rs"

[[example]]
name = "example"
path = "examples/example.rs"

[dependencies.bluez-async]
version = "0.8.0"

[dependencies.futures]
version = "0.3.25"

[dependencies.log]
version = "0.4.22"

[dependencies.thiserror]
version = "2.0.7"

[dependencies.uuid]
version = "1.11.0"

[dev-dependencies.eyre]
version = "0.6.12"

[dev-dependencies.pretty_env_logger]
version = "0.5.0"

[dev-dependencies.tokio]
version = "1.29.1"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
]