2023-06-05 18:40:24 +00:00
|
|
|
[package]
|
|
|
|
|
name = "tabby-download"
|
2023-10-13 18:24:36 +00:00
|
|
|
version = "0.3.0-rc.0"
|
2023-06-05 18:40:24 +00:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
tabby-common = { path = "../tabby-common" }
|
|
|
|
|
indicatif = "0.17.3"
|
|
|
|
|
futures-util = "0.3.28"
|
2023-08-09 07:31:13 +00:00
|
|
|
reqwest = { workspace = true, features = [ "stream", "json" ] }
|
2023-06-05 22:18:10 +00:00
|
|
|
anyhow = { workspace = true }
|
2023-06-05 18:40:24 +00:00
|
|
|
serde = { workspace = true }
|
|
|
|
|
serdeconv = { workspace = true }
|
2023-08-03 11:55:00 +00:00
|
|
|
tracing = { workspace = true }
|
2023-07-09 05:18:19 +00:00
|
|
|
tokio-retry = "0.3.0"
|
2023-09-26 18:52:11 +00:00
|
|
|
urlencoding = "2.1.3"
|
|
|
|
|
serde_json = { workspace = true }
|
|
|
|
|
cached = { version = "0.46.0", features = ["async", "proc_macro"] }
|
|
|
|
|
async-trait = { workspace = true }
|