[package] name = "ifconfig" version = "0.1.0" edition.workspace = true license.workspace = true authors.workspace = true [dependencies] libc.workspace = true log.workspace = true thiserror.workspace = true errno = "*" nix = { version = "0.30.1", features = ["ioctl", "net"] }