# 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 = "transprompt" version = "0.12.0-beta" authors = ["feng liang "] description = "Prompt-centric framework for developing LLM applications in Rust" homepage = "https://github.com/ifsheldon/transprompt" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/ifsheldon/transprompt" [dependencies.anyhow] version = "~1.0" [dependencies.async-openai-wasm] version = "=0.20.0-experimental" [dependencies.async-trait] version = "0.1.68" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.qdrant-client] version = "~1.7" optional = true [dependencies.readonly] version = "~0.2" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "~1.0" [dependencies.termimad] version = "0.27" optional = true [dependencies.tiktoken-rs] version = "0.5" [dependencies.url] version = "~2.5" [dev-dependencies.ctrlc] version = "3.4" [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1.37" features = ["full"] [features] default = [ "terminal_printing", "qdrant", ] qdrant = ["qdrant-client"] terminal_printing = ["termimad"]