trust-dns 0.11.0

TRust-DNS is a safe and secure DNS library. This is the Client library with DNSec support. DNSSec with NSEC validation for negative records, is complete. The client supports dynamic DNS with SIG0 authenticated requests, implementing easy to use high level funtions. TRust-DNS is based on the Tokio and Futures libraries, which means it should be easily integrated into other software that also use those libraries.
Documentation
# 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]
name = "trust-dns"
version = "0.11.0"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
description = "TRust-DNS is a safe and secure DNS library. This is the Client library with DNSec support. \n DNSSec with NSEC validation for negative records, is complete. The client supports\n dynamic DNS with SIG0 authenticated requests, implementing easy to use high level\n funtions. TRust-DNS is based on the Tokio and Futures libraries, which means\n it should be easily integrated into other software that also use those\n libraries.\n"
homepage = "http://www.trust-dns.org/index.html"
documentation = "https://docs.rs/trust-dns"
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"
path = "src/lib.rs"

[[bin]]
name = "dnskey-to-pem"
path = "src/dnskey_to_pem.rs"
required-features = ["openssl"]
[dependencies.chrono]
version = "^0.4"

[dependencies.futures]
version = "^0.1.6"

[dependencies.log]
version = "^0.3.5"

[dependencies.backtrace]
version = "^0.2.1"

[dependencies.clap]
version = "^2.23.3"

[dependencies.tokio-core]
version = "^0.1"

[dependencies.env_logger]
version = "0.4.2"

[dependencies.time]
version = "^0.1"

[dependencies.rustc-serialize]
version = "^0.3.18"

[dependencies.untrusted]
version = "^0.5"

[dependencies.error-chain]
version = "0.1.12"

[dependencies.data-encoding]
version = "^1.2.0"

[dependencies.ring]
version = "^0.11"
optional = true

[dependencies.openssl]
version = "^0.9.8"
features = ["v102", "v110"]
optional = true

[dependencies.tokio-openssl]
version = "^0.1"
optional = true

[dependencies.lazy_static]
version = "^0.2.1"

[dependencies.tokio-io]
version = "^0.1"

[dependencies.rand]
version = "^0.3"
[dev-dependencies.openssl]
version = "^0.9.8"
features = ["v102", "v110"]
optional = false

[features]
tls = ["openssl", "tokio-openssl"]
default = ["openssl", "tls"]
[badges.travis-ci]
repository = "bluejekyll/trust-dns"

[badges.appveyor]
service = "github"
branch = "master"
repository = "bluejekyll/trust-dns"