# 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-packet-sock-diag" version = "0.4.2" authors = [ "Flier Lu ", "Corentin Henry ", ] description = "netlink packet types for the sock_diag subprotocol" homepage = "https://github.com/rust-netlink/netlink-packet-sock-diag" readme = "README.md" keywords = [ "netlink", "linux", "sock_diag", ] license = "MIT" repository = "https://github.com/rust-netlink/netlink-packet-sock-diag" [dependencies.anyhow] version = "1.0.32" [dependencies.bitflags] version = "1.2.1" [dependencies.byteorder] version = "1.3.4" [dependencies.libc] version = "0.2.77" [dependencies.netlink-packet-core] version = "0.7.0" [dependencies.netlink-packet-utils] version = "0.5.2" [dependencies.smallvec] version = "1.4.2" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.netlink-sys] version = "0.8.4" [features] rich_nlas = []