2023-09-03 01:59:07 +00:00
|
|
|
[package]
|
|
|
|
|
name = "llama-cpp-bindings"
|
2023-10-24 20:05:33 +00:00
|
|
|
version = "0.5.0-dev"
|
2023-09-03 01:59:07 +00:00
|
|
|
edition = "2021"
|
|
|
|
|
|
2023-10-27 20:41:22 +00:00
|
|
|
[features]
|
|
|
|
|
cuda = []
|
|
|
|
|
|
2023-09-03 01:59:07 +00:00
|
|
|
[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 }
|
2023-09-03 02:15:54 +00:00
|
|
|
tokio-util = { workspace = true }
|
2023-09-28 17:20:50 +00:00
|
|
|
futures.workspace = true
|
|
|
|
|
async-stream.workspace = true
|