# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wayback-archiver" version = "0.1.1" authors = ["Ben Congdon "] description = "CLI tool for archiving URLs to the Internet Archive's \"Wayback Machine\"" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/bcongdon/wayback-archiver" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "3.0.0-beta.4" [dependencies.crossbeam-channel] version = "0.5.1" [dependencies.indicatif] version = "0.16.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"]