# 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 = "simple-dns" version = "0.9.0" authors = ["Ilson Roberto Balliego Junior "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust implementation to parse and write DNS packets" readme = "README.md" keywords = [ "dns", "parser", ] categories = [ "parser-implementations", "network-programming", ] license = "MIT" repository = "https://github.com/balliegojr/simple-dns" [lib] name = "simple_dns" path = "src/lib.rs" bench = false [[test]] name = "packet_tests" path = "tests/packet_tests.rs" [[bench]] name = "packet_bench" path = "benches/packet_bench.rs" harness = false [dependencies.bitflags] version = "2.4" [dev-dependencies.criterion] version = "0.5"