# 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 = "hxn" version = "1.0.0" authors = ["PwnWriter < hey@pwnwriter.xyz >"] description = "Blazingly fast tool to grab screenshots of url/webpages from terminal." homepage = "https://github.com/pwnwriter/haylxon.git" readme = "README.md" keywords = [ "screenshots", "bug-bounty", "recon", "pwn", "OSINT", ] categories = [ "accessibility", "web-programming", "command-line", ] license = "MIT" repository = "https://github.com/pwnwriter/haylxon" [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.86" [dependencies.chromiumoxide] version = "0.6.0" features = ["tokio-runtime"] default-features = false [dependencies.clap] version = "4.5.6" features = [ "derive", "string", ] [dependencies.colored] version = "2.0.4" [dependencies.columns] version = "0.1.0" [dependencies.futures] version = "0.3.30" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12.5" features = [ "rustls-tls", "trust-dns", ] default-features = false [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.url] version = "2.5.2"