# 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 = "2021" name = "kanha" version = "0.1.2" authors = ["PwnWriter < hey@pwnwriter.xyz >"] description = "🦚 Compile once, Hack forever" homepage = "https://github.com/pwnwriter/kanha.git" readme = "README.md" keywords = [ "recon", "red_teaming", "pentesting", "osint", ] categories = [ "accessibility", "web-programming", "command-line", ] license = "MIT" repository = "https://github.com/pwnwriter/kanha" [profile.bench] opt-level = 3 debug = 0 [profile.dev] opt-level = 0 debug = 2 panic = "abort" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "unwind" [profile.test] opt-level = 0 debug = 2 [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.6" features = [ "derive", "string", ] [dependencies.colored] version = "2.0.4" [dependencies.dns-lookup] version = "2.0.4" [dependencies.futures] version = "0.3.28" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.11.20" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.urlencoding] version = "2.1.3"