mac_address 1.1.3

Cross-platform retrieval of a network interface MAC address.
Documentation
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.117"
[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"
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.3"
[target."cfg(any(target_os = \"linux\", target_os = \"macos\", target_os = \"freebsd\"))".dependencies.nix]
version = "0.23.1"
[target."cfg(windows)".dependencies.winapi]
features = ["winerror", "ws2def", "iphlpapi"]
version = "0.3"