# 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 = "jemini" version = "0.1.1" authors = [ "jer, ", "Gemini itself", "phind:codellama", ] publish = true description = """ THIS IS A WIP! (But the simplest functionality there) A, _hopefully_ Rusty wrapper for the Gemini REST API: https://ai.google.dev/tutorials/rest_quickstart?hl=en Note: This API's subject and models from the phind:codellama family are co-authors. """ readme = "./README.md" keywords = [ "AI", "Google-AI-Studio", "Text-Generation", "LLM", ] license = "MIT" repository = "https://github.com/alphastrata/jemini" [[example]] name = "discord-bot" path = "examples/discord-bot/src/main.rs" [dependencies.base64] version = "0.21.7" [dependencies.bytes] version = "1.5.0" [dependencies.dotenv] version = "0.15.0" [dependencies.image] version = "0.24.8" [dependencies.poise] version = "0.6.1" [dependencies.regex] version = "1.10.3" [dependencies.reqwest] version = "0.11.24" features = ["json"] [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.url] version = "2.5.0" [dependencies.uuid] version = "1.7.0" features = [ "serde", "v4", ] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.image] version = "0.24.8" [dev-dependencies.log] version = "0.4.20" [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.poise] version = "0.6.1" [dev-dependencies.pretty_env_logger] version = "0.5.0" [dev-dependencies.tokio] version = "1.36.0" features = ["full"]