# 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_blocking_rs" version = "0.1.2" authors = [ "Hyde45 ", ] description = "Blocking ChatGPT API Wrapper" readme = "README.md" keywords = [ "ChatGPT", "OpenAI", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/Hyde46/chatgpt_rs_blocking" [lib] name = "chatgpt" path = "./src/chatgpt.rs" [dependencies.chrono] version = "0.4.23" [dependencies.h2] version = "0.3.20" [dependencies.postcard] version = "1.0.4" features = ["alloc"] optional = true [dependencies.reqwest] version = "0.11.18" features = [ "blocking", "json", ] [dependencies.rustls] version = "0.23.5" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" optional = true [dependencies.thiserror] version = "1.0.38" [dependencies.ureq] version = "2.9.7" features = ["json"] [dependencies.url] version = "2.3.1"