mac_address 0.2.0

Cross-platform retrieval of a network interface MAC address.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "mac_address"
version = "0.2.0"
authors = ["rep-nop <repnop@outlook.com>"]
build = "build.rs"
description = "Cross-platform retrieval of a network interface MAC address."
readme = "README.md"
keywords = ["mac", "address", "network", "interface"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rep-nop/mac_address"

[dependencies]
[target."cfg(target_os = \"linux\")".dependencies.nix]
version = "0.10.0"
[target."cfg(windows)".dependencies.winapi]
version = "0.3.4"
features = ["winerror", "ws2def"]