[dependencies.enum_dispatch]
version = "0.3.13"
[dependencies.futures]
version = "0.3.30"
[dependencies.log]
version = "0.4"
[dependencies.ouroboros]
version = "0.18.5"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.tokio]
features = ["full"]
version = "1.40.0"
[lib]
name = "bluetooth_rust"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A bluetooth communication library"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "bluetooth-rust"
publish = ["crates-io"]
readme = false
repository = "https://github.com/uglyoldbob/bluetooth-rust.git"
version = "0.2.0"
[target.'cfg(target_os = "android")'.dependencies.jni]
features = ["invocation", "default"]
version = "0.21.1"
[target.'cfg(target_os = "android")'.dependencies.jni-min-helper]
version = "0.3.0"
[target.'cfg(target_os = "android")'.dependencies.winit]
features = ["android-native-activity"]
version = "0.30.7"
[target.'cfg(target_os = "linux")'.dependencies.bluer]
features = ["bluetoothd", "rfcomm"]
version = "0.17.3"