# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "web-base" version = "0.2.2" description = "collection of utilities and configurations for building web applications" homepage = "https://git.hydrar.de/jmarya/web-base" readme = "README.md" license = "MIT" repository = "https://git.hydrar.de/jmarya/web-base" [dependencies.actix-files] version = "0.6" [dependencies.actix-web] version = "4.2" [dependencies.maud] version = "0.24" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.tokio] version = "1" features = ["sync"] [dependencies.url] version = "2.3.1" [dependencies.uuid] version = "1" features = [ "v4", "fast-rng", "macro-diagnostics", ]