# 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" rust-version = "1.64" name = "netconfig" version = "0.4.0" description = "Crate for managing network interfaces and IP addresses in a cross-platform way. Supports Windows and Linux (for now)" readme = "README.md" keywords = [ "network", "networking", "cross-platform", ] categories = [ "os", "network-programming", ] license = "MIT" repository = "https://github.com/GamePad64/netconfig" [dependencies.advmac] version = "1.0.3" [dependencies.cfg-if] version = "1.0.0" [dependencies.delegate] version = "0.8.0" [dependencies.ipnet] version = "2.5.0" [dependencies.log] version = "0.4.17" [dependencies.thiserror] version = "1.0.37" [target."cfg(target_os = \"linux\")".dependencies.netlink-packet-route] version = "0.13.0" [target."cfg(target_os = \"linux\")".dependencies.netlink-sys] version = "0.8.3" [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.9.3" [target."cfg(target_os = \"macos\")".dependencies.system-configuration-sys] version = "0.5.0" [target."cfg(target_os = \"windows\")".dependencies.scopeguard] version = "1.1.0" [target."cfg(target_os = \"windows\")".dependencies.widestring] version = "1.0.2" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.42.0" features = [ "Win32_Foundation", "Win32_System_WindowsProgramming", "Win32_NetworkManagement_IpHelper", "Win32_NetworkManagement_Ndis", "Win32_Networking_WinSock", ] [target."cfg(unix)".dependencies.ipnetwork] version = "0.20.0" [target."cfg(unix)".dependencies.libc] version = "0.2.135" [target."cfg(unix)".dependencies.nix] version = "0.25.0"