# 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 = "2021" name = "c-ares-resolver" version = "10.1.0" authors = ["David Hotham"] build = "build.rs" include = [ "/CHANGELOG.md", "/LICENSE.txt", "/README.md", "/build.rs", "/src", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ An asynchronous DNS resolver, backed by c-ares. """ documentation = "https://docs.rs/c-ares-resolver" readme = "README.md" keywords = [ "DNS", "c-ares", "futures", ] categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/dimbleby/c-ares-resolver" [package.metadata.docs.rs] features = ["vendored"] [lib] name = "c_ares_resolver" path = "src/lib.rs" [dependencies.c-ares] version = "11.1.0" default-features = false [dependencies.c-ares-sys] version = "10.1.0" default-features = false [dependencies.futures-channel] version = "0.3.9" [dependencies.polling] version = "3.1.0" [dev-dependencies.futures-executor] version = "0.3.9" [features] build-cmake = ["c-ares/build-cmake"] default = ["maybe-vendored"] maybe-vendored = ["c-ares/maybe-vendored"] vendored = ["c-ares/vendored"]