# 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 = "redditrip" version = "0.2.1" authors = ["Joshua Prieth "] description = "A versatile tool for downloading the linked contents of entire subreddits fast and efficiently" readme = "README.md" keywords = ["reddit", "downloader"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/Draphar/redditrip/" [profile.release] lto = "thin" [dependencies.aho-corasick] version = "0.7" [dependencies.ansi_term] version = "0.11" [dependencies.atty] version = "0.2" [dependencies.bytes] version = "0.5" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.13" features = ["stream"] default-features = false [dependencies.hyper-tls] version = "0.4" [dependencies.log] version = "0.4" features = ["std"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" features = ["color", "wrap_help"] default-features = false [dependencies.time] version = "0.1" [dependencies.tokio] version = "0.2" features = ["rt-threaded", "macros", "fs", "process"] [features] __tests-network = []