[[bin]]
name = "async-dns-lookup"
path = "src/main.rs"
[dependencies.dns-lookup]
version = "3.0"
[dependencies.log]
version = "0.4"
[dependencies.tokio]
features = ["full"]
version = "1.47"
[lib]
name = "async_dns_lookup"
path = "src/lib.rs"
[package]
authors = ["Lorenzo Leonardo <enzotechcomputersolutions@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An asynchronous implementation of dns-lookup."
documentation = "https://docs.rs/async-dns-lookup"
edition = "2024"
homepage = "https://github.com/LorenzoLeonardo/asyn-dns-lookup"
license = "MIT"
name = "async-dns-lookup"
readme = "README.md"
repository = "https://github.com/LorenzoLeonardo/async-dns-lookup"
version = "0.1.0"