[package] name = "transcoder" version = "0.1.0" edition = "2021" [dependencies] anyhow = "1.0" axum = { version = "0.7", features = ["macros", "json", "multipart"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" tokio = { version = "1.40", features = ["rt-multi-thread", "macros", "signal", "process", "fs", "io-util"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] } tempfile = "3.10" sanitize-filename = "0.5"