trust-dns-server 0.10.6

TRust-DNS is a safe and secure DNS server with DNSec support. Eventually this could be a replacement for BIND9. The DNSSec support allows for live signing of all records, in it does not currently support records signed offline. The server supports dynamic DNS with SIG0 authenticated requests. 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-server"
version = "0.10.6"
authors = ["Benjamin Fry <benjaminfry@me.com>"]
description = "TRust-DNS is a safe and secure DNS server with DNSec support.\n Eventually this could be a replacement for BIND9. The DNSSec support allows\n for live signing of all records, in it does not currently support\n records signed offline. The server supports dynamic DNS with SIG0 authenticated\n requests. 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-server"
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_server"
path = "src/lib.rs"

[[bin]]
name = "named"
path = "src/named.rs"
[dependencies.trust-dns]
version = "^0.11.0"

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

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

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

[dependencies.lazy_static]
version = "^0.2.1"

[dependencies.toml]
version = "^0.1"

[dependencies.rand]
version = "^0.3"

[dependencies.chrono]
version = "^0.4"

[dependencies.log]
version = "^0.3.5"

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

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

[dependencies.futures]
version = "^0.1.6"

[dependencies.rusqlite]
version = "^0.9.5"
features = ["bundled"]

[dependencies.backtrace]
version = "^0.2.1"

[dependencies.time]
version = "^0.1"

[dependencies.docopt]
version = "^0.6.78"
[dev-dependencies.native-tls]
version = "^0.1"

[dev-dependencies.trust-dns-native-tls]
version = "^0.1"

[dev-dependencies.tokio-tls]
version = "^0.1"

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

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