[package] name = "br-ble" version = "0.1.1" edition = "2021" authors = ["Carry <7991156@qq.com>"] keywords = ["br", "ble"] readme = "README.md" license = "MIT" exclude = ["INSTALL.md", "examples"] description = "This is an Bluetooth" [dependencies] log = "0.4.22" lazy_static = "1.5.0" static_assertions = "1.1.0" json = "0.12.4" uuid = { version = "1.10.0", features = ["v4"] } hex = "0.4.3" [target.'cfg(target_os = "windows")'.dependencies] futures = "0.3.30" futures-channel = "0.3.24" futures-core = "0.3.30" futures-lite = "2.3.0" tracing = { version = "0.1.36", default-features = false } windows = { version = "0.58.0", features = [ "implement", "Foundation", "Foundation_Collections", "Devices_Enumeration", "Devices_Bluetooth", "Devices_Bluetooth_Advertisement", "Devices_Bluetooth_GenericAttributeProfile", "Devices_Radios", "Storage_Streams", ] } tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread", "time","full"] } [target.'cfg(target_os = "macos")'.dependencies] enumflags2 = "0.7.10" objc = "0.2.7" [dev-dependencies] env_logger = "0.11.5"