blob: dd74145554134557dc31b70aa5d51d452ffd730f [file] [log] [blame]
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "trust-dns-proto"
version = "0.19.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"
[lib]
name = "trust_dns_proto"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1.22"
[dependencies.backtrace]
version = "0.3.40"
[dependencies.data-encoding]
version = "2.1.0"
optional = true
[dependencies.enum-as-inner]
version = "0.3"
[dependencies.futures]
version = "0.3.0"
[dependencies.idna]
version = "0.2.0"
[dependencies.js-sys]
version = "0.3.35"
optional = true
[dependencies.lazy_static]
version = "1.0"
[dependencies.log]
version = "0.4"
[dependencies.openssl]
version = "0.10"
features = ["v102", "v110"]
optional = true
[dependencies.rand]
version = "0.7"
[dependencies.ring]
version = "0.16"
features = ["std"]
optional = true
[dependencies.serde]
version = "1.0"
optional = true
[dependencies.smallvec]
version = "1.0"
[dependencies.socket2]
version = "0.3.10"
optional = true
[dependencies.thiserror]
version = "1.0.9"
[dependencies.tokio]
version = "0.2.1"
optional = true
[dependencies.url]
version = "2.1.0"
[dependencies.wasm-bindgen-crate]
version = "0.2.58"
optional = true
package = "wasm-bindgen"
[dev-dependencies.env_logger]
version = "0.7"
[dev-dependencies.tokio]
version = "0.2.1"
features = ["rt-core", "time"]
[features]
default = ["tokio-runtime"]
dnssec = ["data-encoding"]
dnssec-openssl = ["dnssec", "openssl"]
dnssec-ring = ["dnssec", "ring"]
mdns = ["socket2/reuseport"]
serde-config = ["serde"]
testing = []
tokio-runtime = ["tokio/rt-core", "tokio/udp", "tokio/tcp", "tokio/time"]
wasm-bindgen = ["wasm-bindgen-crate", "js-sys"]
[badges.codecov]
branch = "master"
repository = "bluejekyll/trust-dns"
service = "github"
[badges.maintenance]
status = "actively-developed"