# 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 = "detect_dns_packet" version = "0.1.6" authors = ["Cyprien Avico "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library to detect DNS packets" homepage = "https://github.com/Akmot9/detect_dns_packet" documentation = "https://docs.rs/detect_dns_packet" readme = "README.md" keywords = [ "dns", "parser", "network", ] categories = [ "network-programming", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Akmot9/detect_dns_packet" [lib] name = "detect_dns_packet" path = "src/lib.rs" [dependencies.hex] version = "0.4.3" [dependencies.thiserror] version = "2.0.3"