# 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 = "etke_openai_api_rust" version = "0.1.9" authors = [ "i@gt.email", "craig@mayhew.io", "slavi@devture.com", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "(Temporary etke.cc fork) A very simple Rust library for OpenAI API, free from complex async operations and redundant dependencies." readme = "README.md" keywords = [ "openai_api", "openai", "openai-api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/etkecc/openai_api_rust" [lib] name = "etke_openai_api_rust" path = "src/lib.rs" [dependencies.log] version = "^0.4" [dependencies.mime] version = "^0.3.16" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.ureq] version = "^2.6" features = ["json"]