# 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 = "br-ble" version = "0.1.1" authors = ["Carry <7991156@qq.com>"] build = false exclude = [ "INSTALL.md", "examples", ] autobins = false autoexamples = false autotests = false autobenches = false description = "This is an Bluetooth" readme = "README.md" keywords = [ "br", "ble", ] license = "MIT" resolver = "1" [lib] name = "br_ble" path = "src/lib.rs" [dependencies.hex] version = "0.4.3" [dependencies.json] version = "0.12.4" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.static_assertions] version = "1.1.0" [dependencies.uuid] version = "1.10.0" features = ["v4"] [dev-dependencies.env_logger] version = "0.11.5" [target.'cfg(target_os = "macos")'.dependencies.enumflags2] version = "0.7.10" [target.'cfg(target_os = "macos")'.dependencies.objc] version = "0.2.7" [target.'cfg(target_os = "windows")'.dependencies.futures] version = "0.3.30" [target.'cfg(target_os = "windows")'.dependencies.futures-channel] version = "0.3.24" [target.'cfg(target_os = "windows")'.dependencies.futures-core] version = "0.3.30" [target.'cfg(target_os = "windows")'.dependencies.futures-lite] version = "2.3.0" [target.'cfg(target_os = "windows")'.dependencies.tokio] version = "1.20.1" features = [ "macros", "rt-multi-thread", "time", "full", ] [target.'cfg(target_os = "windows")'.dependencies.tracing] version = "0.1.36" default-features = false [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.58.0" features = [ "implement", "Foundation", "Foundation_Collections", "Devices_Enumeration", "Devices_Bluetooth", "Devices_Bluetooth_Advertisement", "Devices_Bluetooth_GenericAttributeProfile", "Devices_Radios", "Storage_Streams", ]