[package] name = "web-base" description = "collection of utilities and configurations for building web applications" version = "0.2.2" edition = "2021" license = "MIT" homepage = "https://git.hydrar.de/jmarya/web-base" repository = "https://git.hydrar.de/jmarya/web-base" [dependencies] actix-files = "0.6" actix-web = "4.2" maud = "0.24" reqwest = "0.11" url = "2.3.1" uuid = { version = "1", features = ["v4", "fast-rng", "macro-diagnostics" ] } tokio = { version = "1", features = ["sync"] } serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107"