[package] name = "casket-backend" version = "0.1.0" edition = "2021" description = "Backend for the casket file cloud." repository = "https://git.nifni.eu/nif/casket" [dependencies] axum = { version = "0.8.1", features = ["multipart", "macros"] } axum-extra = { version = "0.10.0", features = ["typed-header"] } axum-jwks = "0.11.0" tokio = { version = "1.42.0", features = ["full"] } tokio-util = { version = "0.7.13", features = ["io"] } futures = "0.3" futures-util = "0.3" figment = { version = "0.10.19", features = ["toml", "env"] } serde = { version = "1.0.217", features = ["derive"] } tracing = "0.1.41" tracing-log = "0.2.0" tracing-subscriber = "0.3.19" problem_details = { version = "0.7.0", features = ["axum"] }