# 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 = "2021" name = "btleplug-goose-fixed" version = "0.11.5" authors = ["Nonpolynomial, LLC "] description = """ A Cross-Platform Rust Bluetooth Low Energy (BLE) GATT library. """ homepage = "https://github.com/deviceplug/btleplug" readme = "README.md" keywords = [ "bluetooth", "BLE", "bluez", "uwp", "corebluetooth", ] categories = ["hardware-support"] license = "MIT/Apache-2.0/BSD-3-Clause" repository = "https://github.com/deviceplug/btleplug" [lib] name = "btleplug" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.76" [dependencies.bitflags] version = "2.4.1" [dependencies.dashmap] version = "5.5.3" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.20" [dependencies.serde_bytes] version = "0.11.13" optional = true [dependencies.serde_cr] version = "1.0.193" features = ["derive"] optional = true default-features = false package = "serde" [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.53" [dependencies.tokio] version = "1.35.1" features = [ "sync", "rt", ] [dependencies.tokio-stream] version = "0.1.14" features = ["sync"] [dependencies.uuid] version = "1.6.1" [dev-dependencies.pretty_env_logger] version = "0.5.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_json] version = "1.0.109" [dev-dependencies.tokio] version = "1.35.1" features = [ "macros", "rt", "rt-multi-thread", ] [features] serde = [ "uuid/serde", "serde_cr", "serde_bytes", ] [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.19.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] version = "0.52.0" features = [ "Devices_Bluetooth", "Devices_Bluetooth_GenericAttributeProfile", "Devices_Bluetooth_Advertisement", "Devices_Radios", "Foundation_Collections", "Foundation", "Storage_Streams", ] [target."cfg(target_vendor = \"apple\")".dependencies.objc2] version = "0.5.1" [target."cfg(target_vendor = \"apple\")".dependencies.objc2-foundation] version = "0.2.0" features = [ "block2", "NSArray", "NSData", "NSDictionary", "NSEnumerator", "NSError", "NSObject", "NSString", "NSUUID", "NSValue", ]