btleplug 0.5.1

A Cross-Platform Rust Bluetooth Low Energy (BLE) GATT library.
Documentation
[package]

name = "btleplug"

version = "0.5.1"

authors = ["Nonpolynomial <kyle@nonpolynomial.com>"]

license = "MIT/Apache-2.0/BSD-3-Clause"

repository = "https://github.com/deviceplug/btleplug"

homepage = "https://github.com/deviceplug/btleplug"

edition = "2018"

description = """
A Cross-Platform Rust Bluetooth Low Energy (BLE) GATT
library.
"""



readme = "README.md"

keywords = ["bluetooth", "BLE", "bluez", "uwp", "corebluetooth"]

categories = ["hardware-support"]



[lib]

name = "btleplug"

path = "src/lib.rs"

# crate-type = ["staticlib"]



[dependencies]

libc = "0.2.73"

nix = "0.17.0"

bytes = "0.5.6"

num = "0.3.0"

log = "0.4.11"

enum_primitive = "0.1.1"

bitflags = "1.2.1"

failure = "0.1.8"

failure_derive = "0.1.8"

backtrace = "0.3.50"

async-std = { version = "1.6.2", features = ["unstable"] }

uuid = "0.8.1"

serde = { version = "1.0.114", features = ["derive"], default-features = false, optional = true }

dashmap = "3.11.7"



[dependencies.nom]

version = "^4"

features = ["verbose-errors"]



[dependencies.winrt]

version = "^0.6"

features = ["windows-devices", "windows-storage"]



[target.'cfg(target_os = "macos")'.dependencies]

objc = "0.2.7"

cocoa = "0.23.0"



[target.'cfg(target_os = "ios")'.dependencies]

objc = "0.2.7"

cocoa = "0.23.0"



[dev-dependencies]

rand = "0.7.3"