# 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 = "2018" name = "unicom-nres" version = "0.4.0" authors = ["K. "] description = "Unified domain-name to IP address resolver" homepage = "https://github.com/katyo/unicom" readme = "README.md" keywords = [ "unicom", "dns", "resolver", "domain", ] license = "MIT" repository = "https://github.com/katyo/unicom" resolver = "2" [package.metadata.docs.rs] features = ["rustdoc"] [dependencies.async-net] version = "2" optional = true [dependencies.futures-util] version = "0.3" optional = true [dependencies.tokio] version = "1" features = ["net"] optional = true [dependencies.unicom] version = "0.4" [dev-dependencies.macro_rules_attribute] version = "0.2" [dev-dependencies.smol] version = "2" [dev-dependencies.smol-macros] version = "0.1" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [features] async = [ "async-net", "unicom/async", ] rustdoc = ["tokio"] tokio = [ "dep:tokio", "unicom/tokio", ]