Spaces:
Running
Running
| [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" | |