# 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 = "dns-resolver" version = "0.2.14" authors = ["cssivision "] description = "dns resolver based on future" homepage = "https://github.com/cssivision/dns-reolver" readme = "README.md" license = "MIT" repository = "https://github.com/cssivision/dns-reolver" [dependencies.awak] version = "0.2" optional = true [dependencies.domain] version = "0.9" features = ["smallvec"] [dependencies.futures-util] version = "0.3" features = ["io"] optional = true default-features = false [dependencies.lru_time_cache] version = "0.11" [dependencies.octseq] version = "0.3" [dependencies.slings] version = "0.3" optional = true [dependencies.smallvec] version = "1" [dependencies.tokio] version = "1" features = [ "net", "io-util", "time", ] optional = true [features] awak-runtime = [ "awak", "futures-util", ] default = ["slings-runtime"] slings-runtime = [ "slings", "futures-util", ] tokio-runtime = ["tokio"]