This repository has been archived on 2024-01-24. You can view files and clone it, but cannot push or open issues or pull requests.
bad-media-repo/Cargo.toml
2023-10-21 23:09:16 -07:00

19 lines
552 B
TOML

[package]
name = "media"
version = "0.1.0"
edition = "2021"
rust-version = "1.73.0"
[dependencies]
axum = { version = "0.6.20", features = ["macros"] }
fastcdc = "3.1.0"
futures = "0.3.28"
moka = { version = "0.12.1", features = ["future"] }
rand = "0.8.5"
reqwest = { version = "0.11.22", features = ["json", "rustls-tls-native-roots"], default-features = false }
rocksdb = "0.21.0"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
sha2 = "0.10.8"
thiserror = "1.0.50"
tokio = { version = "1.33.0", features = ["full"] }