# 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-bot" version = "0.3.1" authors = ["Gabriele "] description = "A good bot that tweets automatically for every new blog post" homepage = "https://github.com/gabelluardo/twitter-bot" documentation = "https://github.com/gabelluardo/twitter-bot/blob/master/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/gabelluardo/twitter-bot" [package.metadata.release] no-dev-version = true pre-release-commit-message = "{{version}}" tag-message = "{{tag_name}}" tag-name = "{{version}}" [dependencies.chrono] version = "0.4" [dependencies.dotenv] version = "0.15" [dependencies.egg-mode] version = "0.15" features = ["rustls"] default-features = false [dependencies.reqwest] version = "0.10" [dependencies.rss] version = "1.9" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "0.2.22" features = ["macros"]