[dependencies.arbitrary]
default-features = false
optional = true
version = "1"
[dependencies.paste]
version = "1"
[dependencies.pyo3]
default-features = false
features = ["macros", "extension-module", "abi3-py37"]
optional = true
version = "0.27"
[dependencies.quickcheck]
default-features = false
optional = true
version = "1"
[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1"
[dependencies.thiserror]
default-features = false
version = "2"
[dependencies.wasm-bindgen]
default-features = false
features = ["strict-macro"]
optional = true
version = "0.2"
[dev-dependencies.bincode]
features = ["serde"]
version = "2"
[dev-dependencies.serde_json]
version = "1"
[[example]]
name = "custom"
path = "examples/custom.rs"
[features]
alloc = []
default = ["std"]
quickcheck = ["dep:quickcheck", "alloc"]
std = ["thiserror/default"]
[lib]
name = "hardware_address"
path = "src/lib.rs"
[lints.rust]
rust_2018_idioms = "warn"
single_use_lifetimes = "warn"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tarpaulin)"]
level = "warn"
priority = 0
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["network-programming", "no-std"]
description = "IEEE 802 MAC-48, EUI-48, EUI-64, or a 20-octet IP over InfiniBand link-layer addresses and more"
documentation = "https://docs.rs/hardware-address"
edition = "2021"
homepage = "https://github.com/al8n/hardware-address"
keywords = ["mac-address", "eui64", "eui48", "inifiband", "ieee802"]
license = "MIT OR Apache-2.0"
name = "hardware-address"
readme = "README.md"
repository = "https://github.com/al8n/hardware-address"
rust-version = "1.64"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]