# 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 = "markov_bot" version = "1.0.4" authors = ["Kroni"] description = "A discord chat bot written in Rust" license = "MIT" repository = "https://github.com/TheKroni/markov-bot" resolver = "2" [dependencies.anyhow] version = "1.0.58" [dependencies.crossbeam] version = "0.8.1" [dependencies.dashmap] version = "5.3.4" features = ["serde"] [dependencies.dotenv] version = "0.15.0" [dependencies.markov_strings] version = "0.1.5" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.5.3" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.140" [dependencies.serde_json] version = "1.0.82" [dependencies.serenity] version = "0.11.4" features = [ "cache", "client", "gateway", "rustls_backend", "model", "unstable_discord_api", "voice", ] default-features = false [dependencies.songbird] version = "0.3.0" features = [ "builtin-queue", "serenity", "yt-dlp", ] [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.2" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1.20.0" features = [ "macros", "rt-multi-thread", "signal", ]