# 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 = "mini-c-ares-sys" version = "0.2.3" links = "cares" include = [ "src/*", "LICENSE.txt", "README.md", "CHANGELOG.md", "build.rs", ] description = "Minimal Low-level bindings to the c-ares library, based on c-ares-sys" readme = "README.md" keywords = [ "DNS", "c-ares", ] categories = [ "external-ffi-bindings", "network-programming", ] license = "MIT" repository = "https://github.com/zh-jq/mini-c-ares" [dependencies.libc] version = "0.2" [build-dependencies.c-ares-src] version = "0.2" optional = true package = "mini-c-ares-src" [build-dependencies.pkg-config] version = "0.3.27" [features] default = [] vendored = ["c-ares-src"]