# 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 = "sapiens" version = "0.10.2" authors = ["Sebastien Soudan "] publish = true description = "Core - Sapiens" documentation = "https://docs.rs/sapiens" readme = "README.md" keywords = [ "bot", "language-model", ] categories = ["science"] license = "MIT/Apache-2.0" repository = "https://github.com/ssoudan/sapiens" [dependencies.async-openai] version = "0.16.1" [dependencies.async-trait] version = "0.1.74" [dependencies.clap] version = "4.4.7" optional = true [dependencies.gcp-vertex-ai-generative-language] version = "0.1.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_yaml] version = "0.9.27" [dependencies.thiserror] version = "1.0.50" [dependencies.tokenizers] version = "0.14.1" features = [] [dependencies.tokio] version = "1.33.0" [dependencies.tracing] version = "0.1.40" [dev-dependencies.indoc] version = "2" [dev-dependencies.insta] version = "1.34.0" features = ["yaml"] [features] clap = ["dep:clap"] default = ["clap"]