[package] name = "tabby-inference" version = "0.5.0-dev" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-stream = { workspace = true } async-trait = { workspace = true } dashmap = "5.5.3" derive_builder = "0.12.0" futures = { workspace = true } regex.workspace = true tabby-common = { path = "../tabby-common" }