# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "dnsclient" version = "0.1.19" authors = ["Frank Denis "] description = "A small, simple and secure DNS client library" homepage = "https://github.com/jedisct1/rust-dnsclient" readme = "README.md" keywords = [ "dns", "client", ] categories = ["os::unix-apis"] license = "ISC" repository = "https://github.com/jedisct1/rust-dnsclient" [dependencies.async-std] version = "1.12.0" features = ["unstable"] optional = true [dependencies.dnssector] version = "0.2.13" [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1.36.0" features = ["full"] optional = true [features] async = ["async-std"] async-tokio = ["tokio"] default = ["async"]