[dependencies.async-broadcast]
version = "0.7.2"
[dependencies.btuuid]
features = ["std", "uuid"]
version = "0.1.0"
[dependencies.corebluetooth]
version = "0.1.0"
[dependencies.dispatch-executor]
version = "0.1.0"
[dependencies.futures-channel]
version = "0.3.31"
[dependencies.objc2]
version = "0.6.1"
[dependencies.objc2-core-bluetooth]
version = "0.3.1"
[dependencies.uuid]
version = "1.17.0"
[dev-dependencies.futures-lite]
version = "2.6.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.45.1"
[dev-dependencies.tracing]
default-features = false
version = "0.1.41"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.19"
[[example]]
name = "scan-async"
path = "examples/scan-async.rs"
[lib]
name = "corebluetooth_async"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "hardware-support", "os::macos-apis"]
description = "An asynchronous wrapper for the `corebluetooth` crate"
documentation = "https://docs.rs/corebluetooth"
edition = "2024"
keywords = ["bluetooth", "BLE", "corebluetooth", "ios", "macos"]
license = "MIT OR Apache-2.0"
name = "corebluetooth-async"
readme = "README.md"
repository = "https://github.com/alexmoon/corebluetooth-rs"
version = "0.1.0"