[dependencies.aes]
optional = true
version = "0.7"
[dependencies.thiserror]
version = "1.0"
[features]
default = []
matches = ["aes"]
[package]
authors = ["yskszk63 <yskszk63@gmail.com>"]
categories = ["data-structures"]
description = "Bluetooth Device Address."
edition = "2021"
keywords = ["bluetooth"]
license = "MIT OR Apache-2.0"
name = "bdaddr"
repository = "https://github.com/yskszk63/bdaddr"
resolver = "2"
rust-version = "1.56"
version = "0.2.0-alpha.4"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]