# 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-server" version = "0.1.0" description = """ Simple DNS server for easy integration. """ homepage = "https://github.com/tyrchen/simple-dns" documentation = "https://docs.rs/simple-dns-server" readme = "README.md" keywords = ["dns"] categories = [ "development-tools", "network-programming", ] license = "MIT" repository = "https://github.com/tyrchen/simple-dns" resolver = "2" [dependencies.futures] version = "0.3.23" features = ["std"] default-features = false [dependencies.serde] version = "1.0.144" features = ["serde_derive"] [dependencies.serde_yaml] version = "0.9.10" [dependencies.thiserror] version = "1.0.32" [dependencies.tokio] version = "1.20.1" features = ["net"] [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.15" [dependencies.trust-dns-proto] version = "0.21.2" features = ["tokio-rustls"] [dependencies.trust-dns-resolver] version = "0.21.2" features = ["tokio-rustls"] [dependencies.trust-dns-server] version = "0.21.2" features = [ "tokio-rustls", "trust-dns-resolver", ] [dev-dependencies.anyhow] version = "1.0.62" [dev-dependencies.tokio] version = "1.20.1" features = ["macros"]