# 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 = "regreddit" version = "0.2.0" authors = ["Yage Hu "] description = "A command line tool that deletes things from your Reddit account." readme = "README.md" keywords = ["cli", "reddit"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/yagehu/regreddit" [dependencies.async-trait] version = "0.1.27" [dependencies.clap] version = "2.33.0" [dependencies.config] version = "0.10.1" [dependencies.futures] version = "0.3.4" [dependencies.log] version = "0.4.8" [dependencies.log4rs] version = "0.11.0" [dependencies.reqwest] version = "0.10.4" features = ["json"] [dependencies.serde] version = "1.0.105" [dependencies.serde_derive] version = "1.0.105" [dependencies.serde_json] version = "1.0.50" [dependencies.tokio] version = "0.2.13" features = ["full"] [dependencies.url] version = "2.1.1" features = ["serde"]