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