# 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 = "chatgpt-functions" version = "0.3.6" description = "This crate provides a wrapper around the OpenAI API to use GPT-3.5 and GPT-4 for chatbots. It also provides a way to define functions that can be called from the chatbot." readme = "README.md" keywords = [ "chatbot", "openai", "gpt-3", "gpt-4", "chatgpt", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/ainestal/chatgpt-functions" [[example]] name = "talk" path = "examples/talk.rs" [[example]] name = "talk_with_functions" path = "examples/talk_with_functions.rs" [[example]] name = "talk_with_functions_json" path = "examples/talk_with_functions_json.rs" [dependencies.anyhow] version = "1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1" features = [ "derive", "std", ] [dependencies.serde_json] version = "1" [dependencies.uuid] version = "1.3" features = ["v4"] [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.tokio] version = "1.28" features = ["full"]