# 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-audit" version = "0.5.1" authors = ["Corentin Henry "] description = "netlink packet types" homepage = "https://github.com/rust-netlink/netlink-packet-audit" readme = "README.md" keywords = [ "netlink", "linux", ] license = "MIT" repository = "https://github.com/rust-netlink/netlink-packet-audit" [dependencies.anyhow] version = "1.0.31" [dependencies.byteorder] version = "1.3.2" [dependencies.bytes] version = "1.0" [dependencies.log] version = "0.4.8" [dependencies.netlink-packet-core] version = "0.7.0" [dependencies.netlink-packet-utils] version = "0.5.2" [dependencies.netlink-proto] version = "0.11" default-features = false [dev-dependencies.lazy_static] version = "1.4.0"