br-ble 0.2.0

This is an Bluetooth
Documentation
[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.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = "1.0.0"

[dependencies.uuid]
features = ["v4"]
version = "1.10.0"

[dev-dependencies.env_logger]
version = "0.11.5"

[lib]
name = "br_ble"
path = "src/lib.rs"

[package]
authors = ["Carry <7991156@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "This is an Bluetooth"
edition = "2021"
exclude = ["INSTALL.md", "examples"]
keywords = ["br", "ble"]
license = "MIT"
name = "br-ble"
readme = "README.md"
version = "0.2.0"

[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]
features = ["macros", "rt-multi-thread", "time", "full"]
version = "1.20.1"

[target.'cfg(target_os = "windows")'.dependencies.tracing]
default-features = false
version = "0.1.36"

[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["Foundation", "Foundation_Collections", "Devices_Enumeration", "Devices_Bluetooth", "Devices_Bluetooth_Advertisement", "Devices_Bluetooth_GenericAttributeProfile", "Devices_Radios", "Storage_Streams"]
version = "0.61.1"

[target.'cfg(target_os = "windows")'.dependencies.windows-future]
version = "0.2"