# 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 = "padrepio-discord-bot" version = "0.2.1" authors = ["Christian Visintin "] include = [ "src/**/*", "LICENSE", "README.md", ] description = "Padre Pio Discord bot" homepage = "https://github.com/veeso/padrepio-bot" readme = "README.md" keywords = [ "discord", "discord-bot", "padre-pio", ] categories = ["games"] license = "MIT" repository = "https://github.com/veeso/padrepio-bot" [dependencies.anyhow] version = "^1.0" [dependencies.chatgpt_rs] version = "^1.1" [dependencies.chrono] version = "^0.4" [dependencies.futures] version = "^0.3" [dependencies.log] version = "^0.4" [dependencies.rand] version = "^0.8.5" [dependencies.serenity] version = "^0.11" features = [ "client", "gateway", "rustls_backend", "model", ] default-features = false [dependencies.tokio] version = "^1.28" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "^0.3" [dependencies.url] version = "^2.3"