[package] name = "netlink_wi" version = "0.7.0-rc4" authors = [ "Olli Paakkunainen ", "Adarsh Krishnan ", ] edition = "2021" description = """ A library to retrieve information about wireless hardware in Linux operating system using netlink protocol. """ categories = ["os::linux-apis"] keywords = ["netlink", "linux", "wifi", "nl80211"] license = "MIT" readme = "README.md" repository = "https://github.com/uption/netlink_wi" include = ["**/*.rs", "Cargo.toml", "LICENSE"] [lib] name = "netlink_wi" path = "src/lib.rs" [dependencies] bitflags = "2.3" log = "0.4" neli = { version = "0.7.0-rc2", features = ["sync", "async"] } neli-proc-macros = "0.2.0-rc2" nix = "0.26" [dev-dependencies] simple_logger = "4.2" tokio = { version = "1", features = ["macros", "rt-multi-thread"] }