# 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 = "twitter_privacy" version = "0.3.0" authors = ["Pere Villega "] description = "A tool to remote old tweets from your account" homepage = "https://github.com/pvillega/twitter_privacy" readme = "README.md" keywords = ["cli", "twitter", "delete", "erasure", "privacy"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/pvillega/twitter_privacy" [dependencies.chrono] version = "0.4" [dependencies.dotenv] version = "0.14.1" [dependencies.egg-mode] version = "0.13.0" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.3.1" [dependencies.tokio] version = "0.1.22" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.quickcheck] version = "0.9.0"