# 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 = "2018" name = "netlink-proto" version = "0.11.3" authors = ["Corentin Henry "] description = "async netlink protocol" homepage = "https://github.com/rust-netlink/netlink-proto" readme = "README.md" keywords = [ "netlink", "linux", "async", ] license = "MIT" repository = "https://github.com/rust-netlink/netlink-proto" [[example]] name = "dump_links" [[example]] name = "dump_links_async" required-features = ["tokio_socket"] [[example]] name = "audit_netlink_events" [dependencies.bytes] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4.8" [dependencies.netlink-packet-core] version = "0.7.0" [dependencies.netlink-sys] version = "0.8.4" default-features = false [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.0" features = [ "io-util", "time", ] default-features = false [dev-dependencies.async-std] version = "1.9.0" features = ["attributes"] [dev-dependencies.env_logger] version = "0.8.2" [dev-dependencies.netlink-packet-audit] version = "0.5.0" [dev-dependencies.netlink-packet-route] version = "0.18.1" [dev-dependencies.tokio] version = "1.0.1" features = [ "macros", "rt-multi-thread", ] default-features = false [features] default = ["tokio_socket"] smol_socket = ["netlink-sys/smol_socket"] tokio_socket = ["netlink-sys/tokio_socket"]