[dependencies.async-trait]
version = "0.1.68"
[dependencies.bitflags]
version = "2.1.0"
[dependencies.bluez-generated]
version = "0.3.0"
[dependencies.dbus]
features = ["futures"]
version = "0.9.7"
[dependencies.dbus-tokio]
version = "0.7.6"
[dependencies.futures]
version = "0.3.28"
[dependencies.itertools]
version = "0.10.5"
[dependencies.log]
version = "0.4.17"
[dependencies.serde]
features = ["derive"]
version = "1.0.160"
[dependencies.serde-xml-rs]
version = "0.6.0"
[dependencies.thiserror]
version = "1.0.40"
[dependencies.tokio]
features = ["rt"]
version = "1.27.0"
[dependencies.uuid]
version = "1.3.1"
[dev-dependencies.eyre]
version = "0.6.8"
[dev-dependencies.pretty_env_logger]
version = "0.4.0"
[dev-dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread", "time"]
version = "1.27.0"
[package]
authors = ["Andrew Walbran <qwandor@google.com>", "David Laban <alsuren@gmail.com>"]
categories = ["api-bindings", "hardware-support", "os::linux-apis"]
description = "An async wrapper around the D-Bus interface of BlueZ (the Linux Bluetooth daemon), supporting GATT client (central) functionality."
edition = "2018"
keywords = ["ble", "bluetooth", "bluez"]
license = "MIT OR Apache-2.0"
name = "bluez-async"
readme = "README.md"
repository = "https://github.com/bluez-rs/bluez-async/"
version = "0.7.2"