# 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-sys" version = "10.1.1" authors = ["David Hotham"] build = "build/main.rs" links = "cares" include = [ "/CHANGELOG.md", "/LICENSE.txt", "/README.md", "/build", "/c-ares", "/src", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level bindings to the c-ares library" readme = "README.md" keywords = [ "DNS", "c-ares", ] categories = [ "external-ffi-bindings", "network-programming", ] license = "MIT" repository = "https://github.com/dimbleby/rust-c-ares" [package.metadata.docs.rs] features = ["vendored"] [package.metadata.system-deps] libcares = "1.13.0" [lib] name = "c_ares_sys" path = "src/lib.rs" [dependencies.c-types] version = "4.0.0" [dependencies.libc] version = "0.2" [build-dependencies.cc] version = "1.0.61" [build-dependencies.cmake] version = "0.1" optional = true [build-dependencies.fs_extra] version = "1.3" [build-dependencies.system-deps] version = "7.0.1" [features] build-cmake = ["cmake"] default = ["maybe-vendored"] maybe-vendored = [] vendored = ["maybe-vendored"] [target.'cfg(target_os = "android")'.dependencies.jni-sys] version = "0.4"