[dependencies.async-trait]
version = "0.1.74"
[dependencies.bitflags]
version = "2.4.1"
[dependencies.dashmap]
version = "5.5.3"
[dependencies.futures]
version = "0.3.29"
[dependencies.log]
version = "0.4.20"
[dependencies.serde_bytes]
optional = true
version = "0.11.12"
[dependencies.serde_cr]
default-features = false
features = ["derive"]
optional = true
package = "serde"
version = "1.0.192"
[dependencies.static_assertions]
version = "1.1.0"
[dependencies.thiserror]
version = "1.0.50"
[dependencies.tokio]
features = ["sync", "rt"]
version = "1.34.0"
[dependencies.tokio-stream]
features = ["sync"]
version = "0.1.14"
[dependencies.uuid]
version = "1.5.0"
[dev-dependencies.pretty_env_logger]
version = "0.5.0"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.serde_json]
version = "1.0.108"
[dev-dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread"]
version = "1.34.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 = "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.11.2"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.cocoa]
version = "0.25.0"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.libc]
version = "0.2.150"
[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.1"
[target."cfg(target_os = \"android\")".dependencies.once_cell]
version = "1.18.0"
[target."cfg(target_os = \"linux\")".dependencies.bluez-async]
version = "0.7.2"
[target."cfg(target_os = \"linux\")".dependencies.dbus]
version = "0.9.7"
[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.52.0"