# 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 = "reddsaver" version = "0.4.0" authors = ["Manoj Karthick Selva Kumar "] description = "CLI tool to download saved media from Reddit" homepage = "https://github.com/manojkarthick/reddsaver" readme = "README.md" keywords = ["cli", "reddit", "images"] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/manojkarthick/reddsaver" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "2.33.3" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.8.2" [dependencies.futures] version = "0.3.8" [dependencies.log] version = "0.4.11" [dependencies.md5] version = "0.7.0" [dependencies.mime] version = "0.3.16" [dependencies.rand] version = "0.7.3" [dependencies.random-names] version = "0.1.3" [dependencies.reqwest] version = "0.10" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.2.0" [dependencies.thiserror] version = "1.0.22" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.url] version = "2.2.0" [dependencies.which] version = "4.2.2"