# 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 = "bluez-async" version = "0.7.2" authors = [ "Andrew Walbran ", "David Laban ", ] description = "An async wrapper around the D-Bus interface of BlueZ (the Linux Bluetooth daemon), supporting GATT client (central) functionality." readme = "README.md" keywords = [ "ble", "bluetooth", "bluez", ] categories = [ "api-bindings", "hardware-support", "os::linux-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bluez-rs/bluez-async/" [dependencies.async-trait] version = "0.1.68" [dependencies.bitflags] version = "2.1.0" [dependencies.bluez-generated] version = "0.3.0" [dependencies.dbus] version = "0.9.7" features = ["futures"] [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] version = "1.0.160" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.27.0" features = ["rt"] [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] version = "1.27.0" features = [ "macros", "rt", "rt-multi-thread", "time", ]