2023-09-09 03:59:42 +00:00
|
|
|
[package]
|
|
|
|
|
name = "http-api-bindings"
|
2023-11-03 18:35:26 +00:00
|
|
|
version = "0.5.0-rc.0"
|
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-10-24 20:05:33 +00:00
|
|
|
tabby-inference = { version = "0.5.0-dev", path = "../tabby-inference" }
|
2023-09-09 03:59:42 +00:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
tokio = { workspace = true, features = ["full"] }
|