# 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 = "rustchain_discord_bot" version = "1.0.0" authors = ["Alex Furrier "] description = "A Discord bot for LLM chain apps" readme = "README.md" license = "MIT" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.9" [dependencies.llm-chain] version = "0.12.0" [dependencies.llm-chain-openai] version = "0.12.0" [dependencies.log] version = "0.4" [dependencies.poise] version = "0.5.5" [dependencies.regex] version = "1" [dependencies.tokio] version = "1" features = ["full"]