[[bin]]
name = "blastdns"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.clap]
features = ["derive"]
version = "4.5.53"
[dependencies.crossfire]
version = "2.1.7"
[dependencies.futures]
version = "0.3.31"
[dependencies.hickory-client]
features = ["serde"]
version = "0.25.2"
[dependencies.hickory-resolver]
default-features = false
features = ["system-config"]
version = "0.25.2"
[dependencies.libc]
version = "0.2"
[dependencies.lru]
version = "0.16"
[dependencies.pyo3]
features = ["serde"]
optional = true
version = "0.27"
[dependencies.pyo3-async-runtimes]
features = ["attributes", "tokio-runtime"]
optional = true
version = "0.27"
[dependencies.regex]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.tokio]
features = ["macros", "rt", "rt-multi-thread", "time", "net", "sync", "fs", "io-std"]
version = "1.48.0"
[dependencies.tracing]
version = "0.1.41"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[dev-dependencies.pyo3]
features = ["auto-initialize"]
version = "0.27"
[dev-dependencies.pyo3-async-runtimes]
features = ["attributes", "tokio-runtime"]
version = "0.27"
[dev-dependencies.rand]
version = "0.8"
[features]
default = []
python = ["dep:pyo3", "dep:pyo3-async-runtimes", "pyo3/extension-module"]
[lib]
crate-type = ["rlib", "cdylib"]
name = "blastdns"
path = "src/lib.rs"
[package]
authors = ["TheTechromancer <thetechromancer@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "asynchronous"]
description = "Async DNS lookup library for bulk/parallel DNS resolution"
edition = "2024"
keywords = ["dns", "async", "resolver", "networking", "osint"]
license = "GPL-3.0"
name = "blastdns"
readme = "README.md"
repository = "https://github.com/blacklanternsecurity/blastdns"
version = "1.5.3"