# 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 = "pnet_packet" version = "0.33.0" authors = ["Robert Clipsham "] description = "Cross-platform, binary packet parsing and manipulation" homepage = "https://github.com/libpnet/libpnet" readme = "README.md" keywords = [ "networking", "packet", "parsing", "raw", ] categories = [ "network-programming", "parser-implementations", ] license = "MIT/Apache-2.0" repository = "https://github.com/libpnet/libpnet" [[bench]] name = "bench_pnet_packet" path = "benches/packet_benchmarks.rs" harness = false [dependencies.pnet_base] version = "0.33.0" default-features = false [dependencies.pnet_macros] version = "0.33.0" [dependencies.pnet_macros_support] version = "0.33.0" [dev-dependencies.criterion] version = "0.4.0" features = ["html_reports"] [dev-dependencies.hex] version = "0.4.3" [build-dependencies.glob] version = "0.3.1" [features] default = ["std"] std = ["pnet_base/std"]