# 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 = "gpt_discord_bot" version = "0.1.1" authors = ["XIAO YU "] description = "A Discord bot using GPT-4" readme = "README.md" license = "MIT" [dependencies.async-trait] version = "0.1.77" [dependencies.chatgpt_rs] version = "1.2.3" features = ["streams"] [dependencies.config] version = "0.14.0" [dependencies.dotenv] version = "0.15" [dependencies.env_logger] version = "0.11.2" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.12.2" [dependencies.serenity] version = "0.12.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.5.0"