[package] name = "nic-port-info" version = "0.0.2-alphav1" edition = "2021" homepage = "https://gitlab.com/ssfdust/nic-port-info" description = "A library uses SIOCETHTOOL ioctl command to get NIC port information" license-file = "LICENSE" documentation = "https://docs.rs/nic-port-info" repository = "https://gitlab.com/ssfdust/nic-port-info" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2.140" nix = { version = "0.26.2", features = ["ioctl"] }