# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "twitter_send_frame" version = "0.1.1" authors = ["David Wittwer "] include = ["src/**/*", "Cargo.toml", ".env.dist"] description = "Twitter bot to send images from a google drive." readme = "README.md" keywords = ["twitter", "bot", "AWS-s3"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/t00l5/twitter_send_frame" [dependencies.dotenv] version = "0.15" [dependencies.egg-mode] version = "0.16" features = ["rustls"] default-features = false [dependencies.env_logger] version = "0.9" [dependencies.hocon] version = "0.7" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.pad] version = "0.1" [dependencies.rusoto_core] version = "0.47" features = ["rustls"] default-features = false [dependencies.rusoto_s3] version = "0.47" features = ["rustls"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.tinytemplate] version = "1.2" [dependencies.tokio] version = "1.16" features = ["full"] [badges.gitlab] branch = "master" repository = "t00l5/twitter_send_frame" [badges.maintenance] status = "passively-maintained"