sscdc/Cargo.toml
2025-02-28 00:24:39 +01:00

25 lines
No EOL
802 B
TOML

[package]
name = "sscdc"
version = "0.1.0"
edition = "2024"
[dependencies]
reqwest = { version = "0.12.12", features = ["json", "stream"] }
toml = "0.8.19"
serde = "1.0.217"
validator = { version = "0.19.0", features = ["derive"] }
figment = { version = "0.10.19", features = ["toml"] }
color-eyre = "0.6.3"
serde_regex = "1.1.0"
regex = "1.11.1"
tokio = { version = "1.43.0", default-features = false, features = ["macros", "process", "fs", "rt"] }
log = "0.4.26"
env_logger = "0.11.6"
serde_json = "1.0.139"
camino = "1.1.9"
tide = "0.17.0-beta.1"
zip = { version = "2.2.3", default-features = false, features = ["deflate"] }
futures = "0.3.31"
hyper = { version = "1.6.0", features = ["client", "http1"] }
hyper-util = { version = "0.1.10", features = ["client", "tokio"] }
http-body-util = "0.1.2"