[[test]]
harness = false
name = "pytests"
path = "pytests/pytests.rs"
[dependencies.hex]
version = "0.4.3"
[dependencies.itertools]
version = "0.11.0"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.nom]
version = "7.1.3"
[dependencies.pyo3]
features = ["macros"]
version = "0.18.3"
[dependencies.pyo3-asyncio]
features = ["tokio-runtime"]
version = "0.18.0"
[dependencies.strum]
version = "0.25.0"
[dependencies.strum_macros]
version = "0.25.0"
[dependencies.thiserror]
version = "1.0.41"
[dependencies.tokio]
version = "1.28.2"
[dev-dependencies.anyhow]
version = "1.0.71"
[dev-dependencies.clap]
features = ["derive"]
version = "4.3.3"
[dev-dependencies.env_logger]
version = "0.10.0"
[dev-dependencies.log]
version = "0.4.19"
[dev-dependencies.nix]
version = "0.26.2"
[dev-dependencies.owo-colors]
version = "3.5.0"
[dev-dependencies.pyo3]
features = ["macros", "anyhow"]
version = "0.18.3"
[dev-dependencies.pyo3-asyncio]
features = ["tokio-runtime", "attributes", "testing"]
version = "0.18.0"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.rusb]
version = "0.9.2"
[dev-dependencies.tempfile]
version = "3.6.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.28.2"
[features]
anyhow = ["pyo3/anyhow"]
pyo3-asyncio-attributes = ["pyo3-asyncio/attributes"]
[package]
authors = ["Marshall Pierce <marshallpierce@google.com>"]
categories = ["api-bindings", "network-programming"]
description = "Rust API for the Bumble Bluetooth stack"
documentation = "https://docs.rs/crate/bumble"
edition = "2021"
homepage = "https://google.github.io/bumble/index.html"
keywords = ["bluetooth", "ble"]
license = "Apache-2.0"
name = "bumble"
readme = "README.md"
repository = "https://github.com/google/bumble"
rust-version = "1.69.0"
version = "0.1.0"