breeze/Cargo.toml

28 lines
642 B
TOML
Raw Permalink Normal View History

2022-12-28 21:57:06 -06:00
[package]
name = "breeze"
2024-10-20 00:42:24 -05:00
version = "0.2.6"
2022-12-28 21:57:06 -06:00
edition = "2021"
[dependencies]
2024-05-27 13:28:14 -05:00
axum = { version = "0.7.5", features = ["macros", "http2"] }
2024-09-07 18:44:12 -05:00
tower = "0.4.13"
2024-05-27 13:28:14 -05:00
http = "1.1.0"
2022-12-28 21:57:06 -06:00
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.7.4", features = ["full"] }
tokio-stream = "0.1"
2024-09-07 18:44:12 -05:00
tracing = "0.1"
tracing-subscriber = "0.3"
2022-12-28 21:57:06 -06:00
bytes = "1"
2023-01-28 19:17:35 -06:00
async-recursion = "1.0.0"
2024-09-07 18:44:12 -05:00
rand = "0.8.5"
2023-01-28 19:17:35 -06:00
walkdir = "2"
2024-09-07 18:44:12 -05:00
anyhow = "1.0"
2024-05-27 13:28:14 -05:00
serde = { version = "1.0", features = ["derive"] }
serde_with = "3.4.0"
toml = "0.8.2"
2024-09-07 18:44:12 -05:00
argh = "0.1.12"
2024-05-25 00:21:36 -05:00
dashmap = { version = "5.5.3", features = ["rayon", "inline"] }
rayon = "1.8"
atomic-time = "0.1.4"
img-parts = "0.3.0"