148 lines
3.1 KiB
TOML
148 lines
3.1 KiB
TOML
# 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.20.4"
|
|
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.36"
|
|
|
|
[dependencies.backtrace]
|
|
version = "0.3.50"
|
|
optional = true
|
|
|
|
[dependencies.cfg-if]
|
|
version = "1"
|
|
|
|
[dependencies.data-encoding]
|
|
version = "2.2.0"
|
|
|
|
[dependencies.enum-as-inner]
|
|
version = "0.3"
|
|
|
|
[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.idna]
|
|
version = "0.2.0"
|
|
|
|
[dependencies.ipnet]
|
|
version = "2.3.0"
|
|
|
|
[dependencies.js-sys]
|
|
version = "0.3.44"
|
|
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.8"
|
|
|
|
[dependencies.ring]
|
|
version = "0.16"
|
|
features = ["std"]
|
|
optional = true
|
|
|
|
[dependencies.serde]
|
|
version = "1.0"
|
|
features = ["derive"]
|
|
optional = true
|
|
|
|
[dependencies.smallvec]
|
|
version = "1.6"
|
|
|
|
[dependencies.socket2]
|
|
version = "0.3.16"
|
|
optional = true
|
|
|
|
[dependencies.thiserror]
|
|
version = "1.0.20"
|
|
|
|
[dependencies.tinyvec]
|
|
version = "1.1.1"
|
|
features = ["alloc"]
|
|
|
|
[dependencies.tokio]
|
|
version = "1.0"
|
|
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.8"
|
|
|
|
[dev-dependencies.futures-executor]
|
|
version = "0.3.5"
|
|
features = ["std"]
|
|
default-features = false
|
|
|
|
[dev-dependencies.tokio]
|
|
version = "1.0"
|
|
features = ["rt", "time"]
|
|
|
|
[features]
|
|
default = ["tokio-runtime"]
|
|
dnssec = []
|
|
dnssec-openssl = ["dnssec", "openssl"]
|
|
dnssec-ring = ["dnssec", "ring"]
|
|
mdns = ["socket2/reuseport"]
|
|
serde-config = ["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"
|