# 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] name = "packet-builder" version = "0.7.0" authors = ["Aaron Hughes "] description = "High-level library for interacting with low-level network data." homepage = "https://github.com/hughesac/packet_builder" readme = "README.md" keywords = [ "networking", "transport", "packet", "protocol", "packet-crafting", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/hughesac/packet_builder" [dependencies.derive-new] version = "0.5" [dependencies.ipnetwork] version = "0.19.0" [dependencies.pnet] version = "0.31.0" [dependencies.pnet_datalink] version = "0.31.0"