# 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 = "openai-ng" version = "0.1.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "openai sdk for rust and tokio, for personal" homepage = "https://github.com/yexiangyu/openai-ng" documentation = "https://docs.rs/openai-ng" readme = "README.md" keywords = [ "openai", "sdk", "RESTful", "async", "tokio", ] categories = ["api-bindings"] license = "MIT" [lib] name = "openai_ng" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.81" [dependencies.base64] version = "0.22.1" [dependencies.derive_builder] version = "0.20.0" [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3.30" [dependencies.http] version = "1.1.0" [dependencies.opencv] version = "0.92.2" features = ["clang-runtime"] optional = true [dependencies.reqwest] version = "0.12.5" features = [ "stream", "multipart", ] [dependencies.serde] version = "1.0.207" features = ["derive"] [dependencies.serde_json] version = "1.0.124" [dependencies.serde_with] version = "3.9.0" features = ["json"] [dependencies.smart-default] version = "0.7.1" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tokio-util] version = "0.7.11" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["json"] [dependencies.url] version = "2.5.2" [features] default = [] opencv = ["dep:opencv"]