[package] name = "dnsresolv" version = "0.1.2" description = "Resolve domains and ips" authors = ["Eloy "] edition = "2018" license = "GPL-3.0" repository = "https://gitlab.com/Zer1t0/dnsresolv" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "2.33" log = "0.4" stderrlog = "0.4" tokio = { version = "0.2", features = ["full"] } futures = "0.3" trust-dns-resolver = "0.19"