# 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 = "domain-resolv" version = "0.5.1" authors = ["Martin Hoffmann "] description = "An asynchronous DNS stub resolver." homepage = "https://github.com/nlnetlabs/domain/" documentation = "https://docs.rs/domain-core/" readme = "README.md" keywords = ["DNS", "domain", "resolver", "futures"] license = "BSD-3-Clause" repository = "https://github.com/nlnetlabs/domain/" [lib] name = "domain_resolv" path = "src/lib.rs" [[example]] name = "sync" required-features = ["sync"] [dependencies.bytes] version = "0.5.4" [dependencies.domain] version = "0.5.3" features = ["bytes", "smallvec", "std"] [dependencies.futures] version = "0.3.4" [dependencies.rand] version = "0.7" [dependencies.smallvec] version = "1.2" [dependencies.tokio] version = "0.2.13" features = ["io-util", "macros", "tcp", "time", "udp"] [dev-dependencies.native-tls] version = "^0.2" [dev-dependencies.tokio-tls] version = "^0.3.0" [features] sync = ["tokio/rt-core"]