# 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 = "2018" name = "piface" version = "0.1.1" authors = ["Christian Haynes <06chaynes@gmail.com>"] description = "Attempts to determine the default route and gets related interface information" readme = "README.md" keywords = ["primary", "network", "interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/06chaynes/piface" [dependencies.eui48] version = "1.1" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dev-dependencies.env_logger] version = "0.9" [target."cfg(any(target_os = \"linux\", target_os = \"macos\", target_os = \"freebsd\"))".dependencies.nix] version = "0.23"