btleplug 0.10.2

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

[dependencies.bitflags]
version = "1.3.2"

[dependencies.dashmap]
version = "5.4.0"

[dependencies.futures]
version = "0.3.24"

[dependencies.log]
version = "0.4.17"

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

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

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.thiserror]
version = "1.0.35"

[dependencies.tokio]
features = ["rt", "sync"]
version = "1.21.1"

[dependencies.tokio-stream]
features = ["sync"]
version = "0.1.10"

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

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

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

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

[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 = "2021"
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.10.2"
[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.133"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.objc]
version = "0.2.7"
[target."cfg(target_os = \"android\")".dependencies.jni]
version = "0.19.0"

[target."cfg(target_os = \"android\")".dependencies.jni-utils]
version = "0.1.0"

[target."cfg(target_os = \"android\")".dependencies.once_cell]
version = "1.15.0"
[target."cfg(target_os = \"linux\")".dependencies.bluez-async]
version = "0.6.0"

[target."cfg(target_os = \"linux\")".dependencies.dbus]
version = "0.9.6"
[target."cfg(target_os = \"windows\")".dependencies.windows]
features = ["Devices_Bluetooth", "Devices_Bluetooth_GenericAttributeProfile", "Devices_Bluetooth_Advertisement", "Devices_Radios", "Foundation_Collections", "Foundation", "Storage_Streams"]
version = "0.41.0"