# 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 = "od-get" version = "0.3.1" authors = ["Bernd-L "] include = ["/README.md", "/LICENSE.md", "/Cargo.toml", "/Cargo.lock", "/src"] description = "A Rust tool for recursively crawling & downloading data from open directories" homepage = "https://github.com/Bernd-L/od-get#readme" documentation = "https://docs.rs/od-get" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/Bernd-L/od-get" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" [dependencies.html-escape] version = "0.2.6" [dependencies.lazy_static] version = "1.4" [dependencies.rayon] version = "1.5" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread", "fs"]