mac_address 1.1.7

Cross-platform retrieval of a network interface MAC address.
Documentation
[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"

[package]
authors = ["rep-nop <repnop@outlook.com>"]
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.7"
[target."cfg(any(target_os = \"linux\", target_os = \"macos\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"android\", target_os = \"illumos\"))".dependencies.nix]
features = ["net"]
version = "0.28"
[target."cfg(windows)".dependencies.winapi]
features = ["winerror", "ws2def", "iphlpapi"]
version = "0.3"