# 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-resolver" version = "0.2.2" include = [ "src/**/*", "LICENSE.txt", "README.md", "CHANGELOG.md", ] description = """ An asynchronous DNS resolver, backed by mini-c-ares. """ documentation = "https://docs.rs/mini-c-ares-resolver" readme = "README.md" keywords = [ "DNS", "c-ares", "futures", ] categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/zh-jq/mini-c-ares-resolver" [dependencies.c-ares] version = "0.2.0" package = "mini-c-ares" [dependencies.futures-channel] version = "0.3.9" [dependencies.polling] version = "3.1.0" [dev-dependencies.futures-executor] version = "0.3.9" [features] default = [] vendored = ["c-ares/vendored"]