crusto/vespid/Cargo.toml

21 lines
490 B
TOML
Raw Permalink Normal View History

2024-12-05 21:05:22 +00:00
[package]
name = "vespid"
version = "0.1.0"
edition = "2021"
[dependencies]
html-escape = "0.2.13"
tokio.workspace = true
tokio-util = { version = "0.7.13", features = ["rt"] }
axum.workspace = true
vespid_macros.path = "macros"
typed-builder = "0.20.0"
2024-12-08 20:53:36 +00:00
serde = "1.0.215"
thiserror = "2.0.6"
2024-12-11 20:15:51 +00:00
pin-project-lite = "0.2.15"
eyre = "0.6.12"
rustc-hash = "2.1.0"
parking_lot = "0.12.3"
http-body-util = "0.1.2"
futures-util = { version = "0.3.31", default-features = false, features = ["std"] }