hardware-address 0.3.0

IEEE 802 MAC-48, EUI-48, EUI-64, or a 20-octet IP over InfiniBand link-layer addresses and more
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.64"
name = "hardware-address"
version = "0.3.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IEEE 802 MAC-48, EUI-48, EUI-64, or a 20-octet IP over InfiniBand link-layer addresses and more"
homepage = "https://github.com/al8n/hardware-address"
documentation = "https://docs.rs/hardware-address"
readme = "README.md"
keywords = [
    "mac-address",
    "eui64",
    "eui48",
    "inifiband",
    "ieee802",
]
categories = [
    "network-programming",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/al8n/hardware-address"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
alloc = []
default = ["std"]
quickcheck = [
    "dep:quickcheck",
    "alloc",
]
std = ["thiserror/default"]

[lib]
name = "hardware_address"
path = "src/lib.rs"

[[example]]
name = "custom"
path = "examples/custom.rs"

[dependencies.arbitrary]
version = "1"
optional = true
default-features = false

[dependencies.paste]
version = "1"

[dependencies.pyo3]
version = "0.28"
features = [
    "macros",
    "extension-module",
    "abi3-py37",
]
optional = true
default-features = false

[dependencies.quickcheck]
version = "1"
optional = true
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true
default-features = false

[dependencies.thiserror]
version = "2"
default-features = false

[dependencies.wasm-bindgen]
version = "0.2"
features = ["strict-macro"]
optional = true
default-features = false

[dev-dependencies.bincode]
version = "2"
features = ["serde"]

[dev-dependencies.serde_json]
version = "1"

[lints.rust]
rust_2018_idioms = "warn"
single_use_lifetimes = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin)"]