[dependencies.async-std]
features = ["unstable"]
optional = true
version = "1.9"
[dependencies.dnssector]
version = "0.2.7"
[dependencies.rand]
version = "0.8"
[dependencies.tokio]
features = ["full"]
optional = true
version = "1.9.0"
[features]
async = ["async-std"]
async-tokio = ["tokio"]
default = ["async"]
[package]
authors = ["Frank Denis <github@pureftpd.org>"]
categories = ["os::unix-apis"]
description = "A small, simple and secure DNS client library"
edition = "2018"
homepage = "https://github.com/jedisct1/rust-dnsclient"
keywords = ["dns", "client"]
license = "ISC"
name = "dnsclient"
repository = "https://github.com/jedisct1/rust-dnsclient"
version = "0.1.13"