[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.198"
[dev-dependencies.serde_json]
version = "1.0.59"
[dev-dependencies.serde_test]
version = "1.0.117"
[[example]]
name = "iterator"
path = "examples/iterator.rs"
[[example]]
name = "lookup"
path = "examples/lookup.rs"
[[example]]
name = "simple"
path = "examples/simple.rs"
[lib]
name = "mac_address"
path = "src/lib.rs"
[package]
authors = ["rep-nop <repnop@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Cross-platform retrieval of a network interface MAC address."
edition = "2018"
exclude = ["/.github/"]
keywords = ["mac", "address", "network", "interface"]
license = "MIT OR Apache-2.0"
name = "mac_address"
readme = "README.md"
repository = "https://github.com/rep-nop/mac_address"
version = "1.1.8"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd", target_os = "android", target_os = "illumos"))'.dependencies.nix]
features = ["net"]
version = "0.29"
[target."cfg(windows)".dependencies.winapi]
features = ["winerror", "ws2def", "iphlpapi"]
version = "0.3"