# 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 = "2021" name = "appalachia" version = "0.2.6" authors = ["jolkert"] exclude = [ "bacon.toml", ".vscode/", "CHANGELOG.md", ] description = "a discord bot for personal use" homepage = "https://jolkert.dev/appalachia" readme = "README.md" keywords = [ "discord", "bot", "appalachia", "rock-paper-scissors", "dice", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/jolkert/appalachia" [dependencies.dirs] version = "5.0.1" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.11.3" [dependencies.futures] version = "0.3.30" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.21" [dependencies.palette] version = "0.7.6" [dependencies.poise] version = "0.6.1" [dependencies.rand] version = "0.8.5" [dependencies.saikoro] version = "1.2.2" features = ["stats"] [dependencies.serde] version = "1.0.201" [dependencies.strum] version = "0.26.2" [dependencies.strum_macros] version = "0.26.2" [dependencies.thiserror] version = "1.0.60" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.toml] version = "0.8.12" [dependencies.unidecode] version = "0.3.0"