2023-08-02 06:12:51 +00:00
|
|
|
[package]
|
|
|
|
|
name = "tabby-inference"
|
2023-10-10 02:39:27 +00:00
|
|
|
version = "0.3.0-dev"
|
2023-08-02 06:12:51 +00:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2023-09-28 17:20:50 +00:00
|
|
|
async-stream = { workspace = true }
|
2023-08-02 06:12:51 +00:00
|
|
|
async-trait = { workspace = true }
|
2023-09-29 13:06:47 +00:00
|
|
|
dashmap = "5.5.3"
|
2023-08-02 06:12:51 +00:00
|
|
|
derive_builder = "0.12.0"
|
2023-09-28 17:20:50 +00:00
|
|
|
futures = { workspace = true }
|
2023-09-29 13:06:47 +00:00
|
|
|
regex = "1.9.5"
|
|
|
|
|
tokenizers.workspace = true
|