dnsclient 0.1.3

A small, simple and secure DNS client library
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]
edition = "2018"
name = "dnsclient"
version = "0.1.3"
authors = ["Frank Denis <github@pureftpd.org>"]
description = "A small, simple and secure DNS client library"
homepage = "https://github.com/jedisct1/rust-dnsclient"
keywords = ["dns", "client"]
categories = ["os::unix-apis"]
license = "ISC"
repository = "https://github.com/jedisct1/rust-dnsclient"
[dependencies.async-std]
version = "0.99"
optional = true
default-features = false

[dependencies.dnssector]
version = "0.1"

[dependencies.rand]
version = "0.7"

[features]
async = ["async-std"]