btleplug 0.8.0

A Cross-Platform Rust Bluetooth Low Energy (BLE) GATT library.
Documentation
[dependencies.async-trait]
version = "0.1.50"

[dependencies.bitflags]
version = "1.2.1"

[dependencies.dashmap]
version = "4.0.2"

[dependencies.futures]
version = "0.3.16"

[dependencies.log]
version = "0.4.14"

[dependencies.serde_bytes]
optional = true
version = "0.11.5"

[dependencies.serde_cr]
default-features = false
features = ["derive"]
optional = true
package = "serde"
version = "1.0.126"

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.thiserror]
version = "1.0.26"

[dependencies.tokio]
features = ["rt"]
version = "1.9.0"

[dependencies.uuid]
version = "0.8.2"
[dev-dependencies.pretty_env_logger]
version = "0.4.0"

[dev-dependencies.rand]
version = "0.8.4"

[dev-dependencies.serde_json]
version = "1.0.64"

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

[features]
serde = ["uuid/serde", "serde_cr", "serde_bytes"]

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

[package]
authors = ["Nonpolynomial, LLC <kyle@nonpolynomial.com>"]
categories = ["hardware-support"]
description = "A Cross-Platform Rust Bluetooth Low Energy (BLE) GATT\nlibrary.\n"
edition = "2018"
homepage = "https://github.com/deviceplug/btleplug"
keywords = ["bluetooth", "BLE", "bluez", "uwp", "corebluetooth"]
license = "MIT/Apache-2.0/BSD-3-Clause"
name = "btleplug"
readme = "README.md"
repository = "https://github.com/deviceplug/btleplug"
version = "0.8.0"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.cocoa]
version = "0.24.0"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.libc]
version = "0.2.98"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.objc]
version = "0.2.7"
[target."cfg(target_os = \"linux\")".dependencies.bluez-async]
version = "0.3.1"

[target."cfg(target_os = \"linux\")".dependencies.dbus]
version = "0.9.3"

[target."cfg(target_os = \"linux\")".dependencies.displaydoc]
version = "0.2.3"

[target."cfg(target_os = \"linux\")".dependencies.parking_lot]
version = "0.11.1"

[target."cfg(target_os = \"linux\")".dependencies.tokio]
features = ["rt"]
version = "1.9.0"
[target."cfg(target_os = \"windows\")".build-dependencies.windows]
version = "0.18.0"
[target."cfg(target_os = \"windows\")".dependencies.tokio]
features = ["rt", "sync"]
version = "1.9.0"

[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.18.0"