domain 0.5.2

A DNS library for Rust.
Documentation
[[example]]
name = "readzone"
required-features = ["master"]
[dependencies.bytes]
optional = true
version = "0.5.4"

[dependencies.chrono]
optional = true
version = "0.4"

[dependencies.rand]
version = "0.7"

[dependencies.ring]
optional = true
version = "0.16.14"

[dependencies.smallvec]
optional = true
version = "1.2"

[features]
default = ["std"]
interop = ["bytes", "ring"]
master = ["std", "bytes", "chrono"]
sign = ["std"]
std = []
tsig = ["bytes", "ring", "smallvec"]
validate = ["std", "ring"]

[lib]
name = "domain"
path = "src/lib.rs"

[package]
authors = ["Martin Hoffmann <martin@nlnetlabs.nl>"]
description = "A DNS library for Rust."
documentation = "https://docs.rs/domain"
edition = "2018"
homepage = "https://github.com/nlnetlabs/domain/"
keywords = ["DNS", "domain"]
license = "BSD-3-Clause"
name = "domain"
readme = "README.md"
repository = "https://github.com/nlnetlabs/domain/"
version = "0.5.2"