[package] name = "hrekt" version = "0.1.1" edition = "2021" authors = ["zoid", ""] description = "A really fast http prober." license = "MIT" repository = "https://github.com/ethicalhackingplayground/hrekt" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] governor = "0.5.1" futures = "0.3.26" futures-util = "0.3.26" tokio = { version = "^1.2.0", features = ["full"] } spmc = "0.3.0" clap = { version = "^3.0.0-beta.2" } regex = "1.7.3" tokio-dns-unofficial = "0.4.0" async-std = "1.12.0" reqwest = { version = "0.11.14", features = ["native-tls", "blocking"] }