# 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-request" version = "1.6.1" authors = ["Jake McGinty "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A helper to perform requests using the Linux netlink interface" readme = "README.md" categories = ["os::unix-apis"] license = "LGPL-2.1-or-later" repository = "https://github.com/tonarino/innernet" [lib] name = "netlink_request" path = "src/lib.rs" [target.'cfg(target_os = "linux")'.dependencies.netlink-packet-core] version = "0.7" [target.'cfg(target_os = "linux")'.dependencies.netlink-packet-generic] version = "0.3.3" [target.'cfg(target_os = "linux")'.dependencies.netlink-packet-route] version = "0.17" [target.'cfg(target_os = "linux")'.dependencies.netlink-packet-utils] version = "0.5.2" [target.'cfg(target_os = "linux")'.dependencies.netlink-sys] version = "0.8.5" [target.'cfg(target_os = "linux")'.dependencies.nix] version = "0.25" features = ["feature"] [target.'cfg(target_os = "linux")'.dependencies.once_cell] version = "1"