[package] name = "pack" version = "0.0.1" edition = "2024" authors = ["Kenneth Jao"] [dependencies] anyhow = "1.0.98" askama = { version = "0.14.0", features = ["blocks"] } axum = { version = "0.8.1", features = ["multipart"] } axum-auth = "0.8.1" axum-extra = { version = "0.10.1", features = ["cookie"] } bytes = "1.10.1" bytesize = "2.0.1" rand = { version = "0.9.1", features = ["alloc"] } reqwest = { version = "0.12.15", features = ["json"] } serde = { version= "1.0.219", features = ["derive"] } serde_json = "1.0.140" serde_yaml = "0.9.34" sqlite = "0.37.0" thiserror = "2.0.12" tokio = { version = "1.44.1", features = ["macros", "rt-multi-thread"] } tower = "0.5.2" tower-http = { version = "0.6.2", features = ["compression-br", "compression-gzip", "fs", "trace"] } tower-service = "0.3.3" tracing = "0.1.41" tracing-appender = "0.2.3" tracing-subscriber = { version = "0.3.19", features = ["env-filter", "json"] } urlencoding = "2.1.3"