[package] name = "acrate_utils" version = "0.3.0" authors = ["Stefano Pigozzi "] edition = "2021" description = "Utilities for the acrate project" repository = "https://forge.steffo.eu/unimore/tirocinio-canali-steffo-acrate" license = "EUPL-1.2" keywords = [] categories = [] [dependencies] axum = { version = "0.7.7", features = ["macros"] } axum-extra = { version = "0.9.4", features = ["query"] } log = { version = "0.4.22", features = ["std", "max_level_trace", "release_max_level_debug"] } pretty_env_logger = "0.5.0" mediatype = { version = "0.19.18", features = ["serde"] } minijinja = "2.5.0" tokio = { version = "1.41.1", features = ["net"] } [lints.clippy] tabs-in-doc-comments = "allow"