| # 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 = "2018" |
| name = "trust-dns-proto" |
| version = "0.21.2" |
| authors = ["Benjamin Fry <benjaminfry@me.com>"] |
| description = "Trust-DNS is a safe and secure DNS library. This is the foundational DNS protocol library for all Trust-DNS projects.\n" |
| homepage = "http://www.trust-dns.org/index.html" |
| documentation = "https://docs.rs/trust-dns-proto" |
| readme = "README.md" |
| keywords = ["DNS", "BIND", "dig", "named", "dnssec"] |
| categories = ["network-programming"] |
| license = "MIT/Apache-2.0" |
| repository = "https://github.com/bluejekyll/trust-dns" |
| [package.metadata.docs.rs] |
| all-features = true |
| default-target = "x86_64-unknown-linux-gnu" |
| rustdoc-args = ["--cfg", "docsrs"] |
| targets = ["x86_64-apple-darwin", "x86_64-pc-windows-msvc"] |
| |
| [lib] |
| name = "trust_dns_proto" |
| path = "src/lib.rs" |
| [dependencies.async-trait] |
| version = "0.1.43" |
| |
| [dependencies.backtrace] |
| version = "0.3.50" |
| optional = true |
| |
| [dependencies.bytes] |
| version = "1" |
| optional = true |
| |
| [dependencies.cfg-if] |
| version = "1" |
| |
| [dependencies.data-encoding] |
| version = "2.2.0" |
| |
| [dependencies.enum-as-inner] |
| version = "0.4" |
| |
| [dependencies.futures-channel] |
| version = "0.3.5" |
| features = ["std"] |
| default-features = false |
| |
| [dependencies.futures-io] |
| version = "0.3.5" |
| features = ["std"] |
| default-features = false |
| |
| [dependencies.futures-util] |
| version = "0.3.5" |
| features = ["std"] |
| default-features = false |
| |
| [dependencies.h2] |
| version = "0.3.0" |
| features = ["stream"] |
| optional = true |
| |
| [dependencies.http] |
| version = "0.2" |
| optional = true |
| |
| [dependencies.idna] |
| version = "0.2.3" |
| |
| [dependencies.ipnet] |
| version = "2.3.0" |
| |
| [dependencies.js-sys] |
| version = "0.3.44" |
| optional = true |
| |
| [dependencies.lazy_static] |
| version = "1.2.0" |
| |
| [dependencies.log] |
| version = "0.4" |
| |
| [dependencies.native-tls] |
| version = "0.2" |
| optional = true |
| |
| [dependencies.openssl] |
| version = "0.10" |
| features = ["v102", "v110"] |
| optional = true |
| |
| [dependencies.rand] |
| version = "0.8" |
| |
| [dependencies.ring] |
| version = "0.16" |
| features = ["std"] |
| optional = true |
| |
| [dependencies.rustls] |
| version = "0.20.0" |
| optional = true |
| |
| [dependencies.rustls-pemfile] |
| version = "0.3.0" |
| optional = true |
| |
| [dependencies.serde] |
| version = "1.0" |
| features = ["derive"] |
| optional = true |
| |
| [dependencies.smallvec] |
| version = "1.6" |
| |
| [dependencies.socket2] |
| version = "0.4.0" |
| optional = true |
| |
| [dependencies.thiserror] |
| version = "1.0.20" |
| |
| [dependencies.tinyvec] |
| version = "1.1.1" |
| features = ["alloc"] |
| |
| [dependencies.tokio] |
| version = "1.0" |
| features = ["io-util"] |
| optional = true |
| |
| [dependencies.tokio-native-tls] |
| version = "0.3.0" |
| optional = true |
| |
| [dependencies.tokio-openssl] |
| version = "0.6.0" |
| optional = true |
| |
| [dependencies.tokio-rustls] |
| version = "0.23.0" |
| features = ["early-data"] |
| optional = true |
| |
| [dependencies.url] |
| version = "2.1.0" |
| |
| [dependencies.wasm-bindgen-crate] |
| version = "0.2.58" |
| optional = true |
| package = "wasm-bindgen" |
| |
| [dependencies.webpki] |
| version = "0.22.0" |
| optional = true |
| |
| [dependencies.webpki-roots] |
| version = "0.22.1" |
| optional = true |
| [dev-dependencies.env_logger] |
| version = "0.9" |
| |
| [dev-dependencies.futures-executor] |
| version = "0.3.5" |
| features = ["std"] |
| default-features = false |
| |
| [dev-dependencies.openssl] |
| version = "0.10" |
| features = ["v102", "v110"] |
| |
| [dev-dependencies.tokio] |
| version = "1.0" |
| features = ["rt", "time", "macros"] |
| |
| [features] |
| default = ["tokio-runtime"] |
| dns-over-https = ["bytes", "dns-over-tls", "h2", "http"] |
| dns-over-https-rustls = ["dns-over-https", "dns-over-rustls", "webpki-roots"] |
| dns-over-native-tls = ["dns-over-tls", "native-tls", "tokio-native-tls"] |
| dns-over-openssl = ["dns-over-tls", "openssl", "tokio-openssl"] |
| dns-over-rustls = ["dns-over-tls", "rustls", "rustls-pemfile", "tokio-rustls", "webpki"] |
| dns-over-tls = [] |
| dnssec = [] |
| dnssec-openssl = ["dnssec", "openssl"] |
| dnssec-ring = ["dnssec", "ring"] |
| mdns = ["socket2/all"] |
| serde-config = ["serde", "url/serde"] |
| testing = [] |
| tokio-runtime = ["tokio/net", "tokio/rt", "tokio/time", "tokio/rt-multi-thread"] |
| wasm-bindgen = ["wasm-bindgen-crate", "js-sys"] |
| [badges.codecov] |
| branch = "main" |
| repository = "bluejekyll/trust-dns" |
| service = "github" |
| |
| [badges.maintenance] |
| status = "actively-developed" |