# 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 = "chat-gpt-lib-rs" version = "0.5.1" authors = ["Arend-Jan Oosterveld "] description = "A Rust library for interacting with OpenAI's ChatGPT API, providing a simple interface to make API requests and handle responses." readme = "README.md" keywords = [ "openai", "chatgpt", "gpt", "api", "client", ] categories = [ "api-bindings", "text-processing", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/Arend-Jan/chat-gpt-lib-rs" [[example]] name = "cli-chat-example" path = "examples/cli-chat-example.rs" [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", ] default-features = false [dependencies.rustls] version = ">=0.23.5, <0.24.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.37" features = ["full"] [dev-dependencies.console] version = "0.15" [dev-dependencies.dotenvy] version = "0.15" [dev-dependencies.indicatif] version = "0.17"