c-ares-sys 4.1.2

Low-level bindings to the c-ares library
Documentation
# 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]
name = "c-ares-sys"
version = "4.1.2"
authors = ["David Hotham"]
build = "build.rs"
links = "cares"
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.pkg-config]
libcares = "1.13.0"
[dependencies.c-types]
version = "2.0.2"

[dependencies.libc]
version = "0.2"
[build-dependencies.cc]
version = "1"

[build-dependencies.metadeps]
version = "1.1.1"
[target."cfg(target_os = \"android\")".dependencies.jni-sys]
version = "0.3"
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["winsock2"]