# 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 = "polyresolver" version = "0.1.1" authors = ["Erik Hollensbe "] description = "DNS resolver for client-side split horizon resolution over multiple domain arenas" homepage = "https://github.com/erikh/polyresolver" documentation = "https://github.com/erikh/polyresolver/blob/main/README.md" readme = "README.md" keywords = ["dns"] license = "BSD-3-Clause" repository = "https://github.com/erikh/polyresolver" [lib] [dependencies.anyhow] version = ">=0" [dependencies.async-trait] version = ">=0" [dependencies.notify] version = "4" [dependencies.rustls] version = ">=0" [dependencies.serde] version = ">=0" [dependencies.serde_yaml] version = ">=0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-log] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" [dependencies.trust-dns-resolver] version = "^0.22.0" [dependencies.trust-dns-server] version = "^0.22.0" features = ["dns-over-rustls"] [dev-dependencies.tempdir] version = ">=0"