# 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" version = "11.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 = """ A Rust wrapper for the c-ares library, for asynchronous DNS requests. """ documentation = "https://docs.rs/c-ares" readme = "README.md" keywords = [ "DNS", "c-ares", ] categories = [ "api-bindings", "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/dimbleby/rust-c-ares" [package.metadata.docs.rs] features = ["vendored"] [lib] name = "c_ares" path = "src/lib.rs" [dependencies.bitflags] version = "2.0" [dependencies.c-ares-sys] version = "10.0.0" default-features = false [dependencies.c-types] version = "4.0.0" [dependencies.itertools] version = "0.13" [features] build-cmake = ["c-ares-sys/build-cmake"] default = ["maybe-vendored"] maybe-vendored = ["c-ares-sys/maybe-vendored"] vendored = ["c-ares-sys/vendored"] [target."cfg(unix)".dev-dependencies.nix] version = "0.29" features = ["event"] default-features = false [target."cfg(windows)".dev-dependencies.windows-sys] version = "0.59.0" features = ["Win32_Networking_WinSock"]