# 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-safe" version = "0.2.4" authors = [ "Kamil Litman ", "Dario Lencina ", ] description = "OpenAI Framework for Rust" readme = "README.md" keywords = [ "openai", "api", "assistant", "rust", "typesafe", ] categories = [ "ai", "machine-learning", "openai", "api", ] license = "MIT" repository = "https://github.com/neferdata/openai-typesafe-rs" [dependencies.anyhow] version = "1.0.60" [dependencies.base64] version = "0.13.0" [dependencies.env_logger] version = "0.9.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.0" [dependencies.r2d2] version = "0.8.10" [dependencies.r2d2_postgres] version = "0.18.1" [dependencies.reqwest] version = "0.11.11" features = [ "json", "multipart", "stream", ] [dependencies.schemars] version = "0.8.12" [dependencies.serde] version = "1.0.140" [dependencies.serde_json] version = "1.0.82" [dependencies.tiktoken-rs] version = "0.4.4" [dependencies.tokio] version = "1.19.2" features = ["full"]