2023-09-09 03:59:42 +00:00
|
|
|
[package]
|
|
|
|
|
name = "http-api-bindings"
|
2023-11-09 08:26:12 +00:00
|
|
|
version = "0.5.5"
|
2023-09-09 03:59:42 +00:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
async-trait.workspace = true
|
2023-09-28 17:20:50 +00:00
|
|
|
futures.workspace = true
|
2023-09-09 03:59:42 +00:00
|
|
|
reqwest = { workspace = true, features = ["json"] }
|
|
|
|
|
serde = { workspace = true, features = ["derive"] }
|
2023-09-26 18:52:11 +00:00
|
|
|
serde_json = { workspace = true }
|
2023-11-07 07:03:14 +00:00
|
|
|
tabby-inference = { version = "0.5.2-rc.0", path = "../tabby-inference" }
|
2023-09-09 03:59:42 +00:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
tokio = { workspace = true, features = ["full"] }
|