# 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" rust-version = "1.65" name = "pkts" version = "0.2.1" authors = ["Nathaniel Bennett "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Build, inspect and modify network protocol packet layers" readme = "README.md" keywords = [ "packets", "network", "scapy", "parsing", ] categories = [ "network-programming", "encoding", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pkts-rs/pkts" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "pkts" path = "src/lib.rs" [dependencies.bitflags] version = "2.6.0" [dependencies.pkts-common] version = "0.2.0" [dependencies.pkts-macros] version = "0.2.0" [features] alloc = [] custom_layer_selection = ["pkts-macros/custom_layer_selection"] default = [ "std", "custom_layer_selection", "error_string", ] error_string = [] std = ["alloc"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(rustc_1_77)"]