tabby/crates/llama-cpp-bindings/Cargo.toml

22 lines
441 B
TOML

[package]
name = "llama-cpp-bindings"
version = "0.5.0-dev"
edition = "2021"
[features]
cuda = []
[build-dependencies]
cxx-build = "1.0"
cmake = "0.1"
[dependencies]
cxx = "1.0"
async-trait = { workspace = true }
tokio = { workspace = true, features = ["rt"] }
tabby-inference = { path = "../tabby-inference" }
derive_builder = { workspace = true }
tokio-util = { workspace = true }
futures.workspace = true
async-stream.workspace = true