Spaces:
Running
Running
File size: 822 Bytes
c091d8d 927bdee c091d8d a2cd60e c091d8d 3f7f2c1 c091d8d b8a671c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | [package]
name = "dzmedia"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.7"
http = "1.0"
tower-http = { version = "0.5", features = ["cors", "trace", "compression-br", "compression-deflate", "compression-gzip"] }
tracing = "0.1"
tracing-subscriber = "0.3"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "fs", "process"] }
serde = { version = "1.0", features = ["derive"] }
reqwest = { version = "0.11", features = ["json", "rustls-tls", "cookies", "gzip", "brotli", "deflate", "stream", "multipart"], default-features = false }
serde_json = "1.0"
thiserror = "1.0"
bytes = "1"
futures-util = "0.3"
blowfish = "0.9"
cbc = "0.1"
cipher = "0.4"
md5 = "0.7"
async-stream = "0.3"
lofty = "0.25"
|