# 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 = "dominion-parser" version = "0.5.0" include = [ "src/**/*", "README.md", "assets/dns_request.bin", "benches/*.rs", "!**/assets/**/*", ] description = "DNS protocol parser" readme = "README.md" keywords = [ "dns", "named", "parser", "domain", ] categories = ["network-programming"] license = "MPL-2.0" repository = "https://github.com/lopukhov/dominion" resolver = "1" [[bench]] name = "parsing_benchmark" harness = false [[bench]] name = "serialize_benchmark" harness = false [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.pprof] version = "0.9" features = [ "flamegraph", "criterion", ] [dev-dependencies.pretty-hex] version = "0.3.0"