2022-12-28 21:57:06 -06:00
|
|
|
[package]
|
|
|
|
name = "breeze"
|
2023-11-09 20:22:02 -06:00
|
|
|
version = "0.1.5"
|
2022-12-28 21:57:06 -06:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-12-28 23:03:14 -06:00
|
|
|
axum = { version = "0.6.1", features = ["macros"] }
|
2022-12-28 21:57:06 -06:00
|
|
|
hyper = { version = "0.14", features = ["full"] }
|
|
|
|
tokio = { version = "1", features = ["full"] }
|
|
|
|
tokio-util = { version = "0.7.4", features = ["full"] }
|
|
|
|
tokio-stream = "0.1"
|
|
|
|
tower = "0.4.13"
|
|
|
|
bytes = "1"
|
|
|
|
rand = "0.8.5"
|
2023-01-28 19:17:35 -06:00
|
|
|
async-recursion = "1.0.0"
|
|
|
|
walkdir = "2"
|
2023-06-28 16:02:40 -05:00
|
|
|
futures = "0.3"
|
2023-11-09 20:22:02 -06:00
|
|
|
tracing = "0.1"
|
|
|
|
tracing-subscriber = "0.3"
|
2023-01-30 17:11:30 -06:00
|
|
|
archived = { path = "./archived" }
|
2023-11-09 20:22:02 -06:00
|
|
|
xxhash-rust = { version = "0.8.7", features = ["xxh3"] }
|
|
|
|
serde = { version = "1.0.189", features = ["derive"] }
|
|
|
|
toml = "0.8.2"
|
|
|
|
clap = { version = "4.4.6", features = ["derive"] }
|
|
|
|
serde_with = "3.4.0"
|