# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "netlink_wi" version = "0.7.0-rc4" authors = [ "Olli Paakkunainen ", "Adarsh Krishnan ", ] include = [ "**/*.rs", "Cargo.toml", "LICENSE", ] description = """ A library to retrieve information about wireless hardware in Linux operating system using netlink protocol. """ readme = "README.md" keywords = [ "netlink", "linux", "wifi", "nl80211", ] categories = ["os::linux-apis"] license = "MIT" repository = "https://github.com/uption/netlink_wi" [lib] name = "netlink_wi" path = "src/lib.rs" [dependencies.bitflags] version = "2.3" [dependencies.log] version = "0.4" [dependencies.neli] version = "0.7.0-rc2" features = [ "sync", "async", ] [dependencies.neli-proc-macros] version = "0.2.0-rc2" [dependencies.nix] version = "0.26" [dev-dependencies.simple_logger] version = "4.2" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ]