22 lines
442 B
TOML
22 lines
442 B
TOML
[package]
|
|
name = "llama-cpp-bindings"
|
|
version = "0.5.1-rc.6"
|
|
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
|