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