# 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 = "rustywitness" version = "0.1.0" authors = ["swanandx"] description = "A CLI tool for getting screenshots of URLs using headless chrome" homepage = "https://github.com/swanandx/rustywitness" readme = "README.md" keywords = ["bug-bounty", "chrome", "recon", "screenshot", "web"] categories = ["accessibility", "command-line-utilities", "asynchronous"] license = "MIT" repository = "https://github.com/swanandx/rustywitness" resolver = "2" [profile.release] lto = true panic = "abort" [dependencies.clap] version = "2.33.3" [dependencies.futures] version = "0.3.17" [dependencies.once_cell] version = "1.8.0" [dependencies.reqwest] version = "0.11.4" [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.url] version = "2.2.2" [dependencies.which] version = "4.2.2" [target."cfg(windows)".dependencies.winreg] version = "0.10"