# 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 = "redelete" version = "0.3.1" authors = ["ardeaf "] description = "Redelete deletes all your reddit comments and submissions, with optional filters for skipping." readme = "README.md" keywords = ["reddit", "privacy", "oauth", "cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ardeaf/redelete" [dependencies.async-std] version = "^1.5.0" [dependencies.clap] version = "^2.33.0" [dependencies.custom_error] version = "1.7.1" [dependencies.directories] version = "^2.0.2" [dependencies.futures] version = "^0.3.0" [dependencies.nanoid] version = "^0.2.0" [dependencies.rate_limit] version = "0.1.1" [dependencies.reqwest] version = "0.10.1" features = ["json", "stream"] [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.45" [dependencies.tiny_http] version = "0.6.2" [dependencies.tokio] version = "^0.2.10" features = ["full"] [dependencies.toml] version = "^0.5.6" [dependencies.url] version = "^2.1.1" [dependencies.webbrowser] version = "0.5.2" [dev-dependencies.dirs] version = "^2.0.2" [dev-dependencies.mockito] version = "0.23.1" [dev-dependencies.serial_test] version = "^0.3.2" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "ardeaf/redelete"