# 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 = "swgoh_farming_bot" version = "0.5.0" authors = ["David Wittwer "] include = ["src/**/*", "Cargo.toml", ".env.dist", "diesel.toml", "migrations/**/*"] description = "Discord farming bot for Star Wars Galaxy of Heroes mobile game" readme = "README.md" keywords = ["swgoh", "discord"] categories = ["games", "command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/swgoh-game/farming-bot" [dependencies.api-swgoh-gg] version = "0.3" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.diesel] version = "1.4.6" features = ["mysql", "chrono", "serde_json", "r2d2"] [dependencies.diesel_migrations] version = "1.4" [dependencies.dotenv] version = "0.15" [dependencies.env_logger] version = "0.9" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.numerals] version = "0.1" [dependencies.r2d2] version = "0.8.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serenity] version = "0.10" features = ["standard_framework", "rustls_backend"] [dependencies.time] version = "0.3" [dependencies.tokio] version = "1.16" features = ["macros", "rt-multi-thread"] [dependencies.tokio-stream] version = "0.1" [badges.gitlab] branch = "master" repository = "swgoh-game/api-swgoh-gg" [badges.maintenance] status = "actively-developed"