24 lines
No EOL
690 B
TOML
24 lines
No EOL
690 B
TOML
[package]
|
|
name = "sscdc"
|
|
version = "1.0.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
async-h1 = "2.3.4"
|
|
async-std = { version = "1.13.0", features = ["attributes"] }
|
|
camino = "1.1.9"
|
|
color-eyre = "0.6.3"
|
|
env_logger = "0.11.6"
|
|
figment = { version = "0.10.19", features = ["toml"] }
|
|
http-client = { version = "6.5.3", default-features = false, features = ["async-h1", "async-std", "h1_client"] }
|
|
log = "0.4.26"
|
|
once_cell = "1.20.3"
|
|
regex = "1.11.1"
|
|
serde = "1.0.217"
|
|
serde_json = "1.0.139"
|
|
serde_regex = "1.1.0"
|
|
tide = "0.17.0-beta.1"
|
|
toml = "0.8.19"
|
|
ureq = "3.0.8"
|
|
validator = { version = "0.20.0", features = ["derive"] }
|
|
zip = { version = "2.2.3", default-features = false, features = ["deflate"] } |