# 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 = "sir_bot" version = "1.2.0" authors = ["Jemma Frost"] description = "A simple tts discord bot interacting with NovelAI's tts api." homepage = "https://github.com/Fritzbox2000/sir_bot" documentation = "https://githum.com/Fritzbox2000/sir_bot/readme.md" readme = "./readme.md" keywords = [ "discord-bot", "serenity", "gnomes", ] categories = [ "accessibility", "multimedia::audio", ] license-file = "./LICENSE.md" repository = "https://github.com/Fritzbox2000/sir_bot/" [dependencies.bytes] version = "1.5.0" [dependencies.env_logger] version = "0.11.1" [dependencies.log] version = "0.4.20" [dependencies.num] version = "0.4.1" [dependencies.poise] version = "0.6.1" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.23" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.195" [dependencies.serenity] version = "0.12.0" features = [ "client", "standard_framework", "voice", ] [dependencies.songbird] version = "0.4" features = ["builtin-queue"] [dependencies.symphonia] version = "0.5.2" features = ["mp3"] [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8.8" [dependencies.urlencoding] version = "2.1.3"