# 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 = "way_back" version = "1.1.1" authors = ["DB "] description = " A command line tool to scrape targets from the Wayback Machine" homepage = "https://github.com/whokilleddb/wayback" readme = "README.md" keywords = [ "wayback", "subdomain", "machine", "bugbounty", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/whokilleddb/wayback" [[bin]] name = "wayback" path = "src/main.rs" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.12" [dependencies.colored] version = "2.1.0" [dependencies.jsonxf] version = "1.1" [dependencies.md5] version = "0.7.0" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.tokio] version = "1" features = ["full"]