core_bluetooth 0.1.0

Safe API wrapper for Core Bluetooth framework
Documentation
[dependencies.async-std]
features = ["unstable"]
optional = true
version = "1.5.0"

[dependencies.enumflags2]
version = "0.6"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.8"

[dependencies.objc]
version = "0.2.7"

[dependencies.static_assertions]
version = "1.1.0"

[dev-dependencies.anyhow]
version = "1.0.28"

[dev-dependencies.chrono]
version = "0.4.11"

[dev-dependencies.clap]
version = "3.0.0-beta.1"

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

[dev-dependencies.hex]
version = "0.4.2"

[dev-dependencies.hex-literal]
version = "0.2.1"

[dev-dependencies.macaddr]
version = "1.0.1"

[dev-dependencies.openssl-sys]
version = "0.9.55"

[features]
async_std_unstable = ["async-std"]

[package]
authors = ["Dmytro Lysai <d@emphased.net>"]
categories = ["api-bindings", "os::macos-apis"]
description = "Safe API wrapper for Core Bluetooth framework"
documentation = "https://docs.rs/core_bluetooth"
edition = "2018"
keywords = ["api", "bluetooth", "macos", "ios"]
license = "MIT/Apache-2.0"
name = "core_bluetooth"
readme = "README.md"
repository = "https://github.com/pingw33n/rust_core_bluetooth"
version = "0.1.0"