[package]
name = "net-interfaces"
version = "0.1.0"
edition = "2024"
authors = ["Menhera.org Developers"]
description = "Lib crate to get information about network interfaces."
license = "Apache-2.0 OR MPL-2.0"
readme = "README.md"
repository = "https://github.com/metastable-void/net-interfaces"
homepage = "https://github.com/metastable-void/net-interfaces"
[dependencies]
libc = { version = "0.2", optional = true }
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
ftth-rtnl = { version = "0.3.4", optional = true }
[features]
default = ["libc"]
libc = ["dep:libc"]
rtnetlink = ["dep:ftth-rtnl"]