[dependencies]
[package]
authors = ["rep-nop <repnop@outlook.com>"]
build = "build.rs"
description = "Cross-platform retrieval of a network interface MAC address."
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.0.4"
[target."cfg(any(target_os = \"linux\", target_os = \"macos\", target_os = \"freebsd\"))".dependencies.nix]
version = "0.18.0"
[target."cfg(windows)".dependencies.winapi]
features = ["winerror", "ws2def"]
version = "0.3"