piface 0.1.1

Attempts to determine the default route and gets related interface information
Documentation
[package]
name = "piface"
version = "0.1.1"
authors = ["Christian Haynes <06chaynes@gmail.com>"]
description = "Attempts to determine the default route and gets related interface information"
repository = "https://github.com/06chaynes/piface"
readme = "README.md"
license = "MIT OR Apache-2.0"
edition = "2018"
keywords = ["primary", "network", "interface"]

[dependencies]
log = "0.4"
eui48 = "1.1"
thiserror = "1.0"

[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "freebsd"))'.dependencies]
nix = "0.23"

[dev-dependencies]
env_logger = "0.9"