1
0
mirror of https://github.com/Bluemangoo/sekai-unpacker.git synced 2026-05-06 20:44:47 +08:00
2026-04-24 12:50:40 +08:00

24 lines
744 B
TOML

[package]
name = "communicator"
version = "0.1.0"
edition = "2024"
[dependencies]
bytes = { workspace = true }
h2 = { workspace = true }
http = { workspace = true }
log = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["net", "rt-multi-thread", "io-util", "time"] }
tokio-rustls = { workspace = true }
rustls-pemfile = { workspace = true }
webpki-roots = { workspace = true }
anyhow = { workspace = true }
tokio-util = { workspace = true }
futures-util = { workspace = true }
futures = { workspace = true }
tokio-socks = { workspace = true }
url = {workspace = true}
async-http-proxy = {workspace = true, features = ["tokio", "runtime-tokio"]}