[dependencies.async-std]
optional = true
version = "1"
[dependencies.dnssector]
version = "0.2"
[dependencies.rand]
version = "0.8.0"
[features]
async = ["async-std"]
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.9"