# 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 = "2021" name = "parse_layer7" version = "0.3.5" authors = ["Cyprien Avico "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for parsing layer 7 packets comming from UDP OR TCP payloads." homepage = "https://github.com/Akmot9/layer_7_packet_parser" documentation = "https://docs.rs/parse_layer7" readme = "README.md" keywords = [ "dns", "parser", "network", ] categories = [ "network-programming", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Akmot9/layer_7_packet_parser" [lib] name = "parse_layer7" path = "src/lib.rs" [dependencies.detect_dns_packet] version = "0.1.6" [dependencies.serde] version = "1.0.215" [dependencies.serde_derive] version = "1.0.215" [dependencies.serde_json] version = "1.0.132"