# 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-ipvs" version = "0.0.1" authors = ["David "] description = "generic netlink IPVS packet types" homepage = "https://github.com/davidventura/netlink-packet-ipvs" readme = "README.md" keywords = [ "netlink", "linux", "ipvs", ] license = "MIT" repository = "https://github.com/davidventura/netlink-packet-ipvs" [dependencies.anyhow] version = "1.0.39" [dependencies.byteorder] version = "1.4.2" [dependencies.netlink-packet-core] version = "0.7.0" [dependencies.netlink-packet-generic] version = "0.3.3" [dependencies.netlink-packet-utils] version = "0.5.2" [dev-dependencies.netlink-sys] version = "0.8.3"