[package] name = "ethernet-info" version = "0.0.4" edition = "2021" homepage = "https://github.com/ssfdust/ethernet-info-rs" description = "A library uses SIOCETHTOOL ioctl command to get ethernet information" documentation = "https://docs.rs/ethernet-info" repository = "https://github.com/ssfdust/ethernet-info-rs" license = "GPL-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] enum-iterator = "1.4.1" libc = "0.2.140" nix = { version = "0.26.2", features = ["ioctl"] }