# 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 = "resolver_types" version = "0.1.0" authors = ["Stefan Schindler "] include = ["src/**", "README.md"] description = "Abstract types that allow to switch between multiple DNS resolver implementations" documentation = "https://docs.rs/resolver_types/" readme = "README.md" keywords = ["dns", "client", "resolve", "cache"] categories = ["api-bindings", "web-programming"] license = "AGPL-3.0-only" repository = "https://github.com/dns2utf8/resolver_types" resolver = "2" [dependencies.async-trait] version = "0.1.52"