You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
623 B
TOML

[package]
name = "statue"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
brotli = "3.3.4"
flate2 = "1.0.24"
hyper = { version = "0.14.20", default-features = false, features = ["http1", "http2", "server", "tcp", "client"] }
num_cpus = "1.13.1"
reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls"] }
serde = { version = "1.0.140", features = ["derive"] }
serde_json = "1.0.82"
tokio = { version = "1.20.1", features = ["rt", "macros", "rt-multi-thread", "fs", "process"] }
tower = "0.4.13"