# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mac_address2" version = "2.0.2" authors = [ "rep-nop ", "Berrysoft ", ] exclude = ["/.github/"] 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/Berrysoft/mac_address" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.serde_test] version = "1" [target."cfg(any(target_os = \"linux\", target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"android\"))".dependencies.nix] version = "0.28" features = ["net"] [target."cfg(windows)".dependencies.widestring] version = "1" [target."cfg(windows)".dependencies.windows-sys] version = "0.52" features = [ "Win32_NetworkManagement_IpHelper", "Win32_NetworkManagement_Ndis", "Win32_Networking_WinSock", ]