26 lines
No EOL
821 B
TOML
26 lines
No EOL
821 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 = { version = "0.16.0"}
|
|
zip = { version = "2.2.3", default-features = false, features = ["deflate"] }
|
|
futures = "0.3.31"
|
|
async-std = { version = "1.13.0", features = ["tokio1"] }
|
|
async-h1 = "2.3.4"
|
|
http-client = { version = "6.5.3", features = ["async-h1", "tokio"] }
|
|
once_cell = "1.20.3" |