# 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 = "dns-server" version = "0.2.4" authors = ["Michael Leonhard "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A threaded DNS server." readme = "Readme.md" keywords = [ "dns", "server", "safe", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://gitlab.com/leonhard-llc/ops" [lib] name = "dns_server" path = "src/lib.rs" [[example]] name = "server" path = "examples/server.rs" [[test]] name = "test" path = "tests/test.rs" [[test]] name = "test_dns_server" path = "tests/test_dns_server.rs" [dependencies.fixed-buffer] version = "^0.3.1" [dependencies.oorandom] version = "^11.1.3" [dependencies.permit] version = "^0.2.1" [dependencies.prob-rate-limiter] version = "^0.1.0" [dev-dependencies.signal-hook] version = "^0.3.17"