# 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 = "allms" version = "0.8.2" authors = [ "Kamil Litman ", "Dario Lencina ", ] description = "One Library to rule them aLLMs" readme = "README.md" keywords = [ "openai", "anthropic", "mistral", "gemini", "assistant", ] categories = [ "api-bindings", "development-tools", "parsing", "science", "text-processing", ] license = "MIT" repository = "https://github.com/neferdata/allms.git" [dependencies.anyhow] version = "1.0.60" [dependencies.async-trait] version = "0.1.66" [dependencies.base64] version = "0.13.0" [dependencies.env_logger] version = "0.9.0" [dependencies.futures] version = "0.3" [dependencies.jsonschema] version = "=0.15.2" [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"] [dependencies.yup-oauth2] version = "8.3.2"