glimbus/Cargo.toml

24 lines
640 B
TOML

[package]
name = "glimbus"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.70"
axum = { version = "0.6.12", features = ["tokio", "multipart"] }
axum-macros = "0.3.7"
base64 = "0.21.2"
ffmpeg-cli = "0.1.0"
ffprobe = "0.3.3"
filepath = "0.1.2"
futures-util = "0.3.28"
log = "0.4.17"
pretty_env_logger = "0.4.0"
reqwest = { version = "0.11.16", features = ["json", "multipart"] }
serde = { version = "1.0.159", features = ["derive"] }
serde_json = "1.0.95"
tempfile = "3.5.0"
tokio = { version = "1.27.0", features = ["full"] }