# 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 = "maud" version = "0.26.0" authors = ["Chris Wong "] description = "Compile-time HTML templates." homepage = "https://maud.lambda.xyz/" documentation = "https://docs.rs/maud/" categories = ["template-engine"] license = "MIT/Apache-2.0" repository = "https://github.com/lambda-fairy/maud" [package.metadata.docs.rs] all-features = true [dependencies.actix-web-dep] version = "4" optional = true default-features = false package = "actix-web" [dependencies.axum-core] version = "0.4" optional = true [dependencies.futures-util] version = "0.3.0" optional = true default-features = false [dependencies.http] version = "1" optional = true [dependencies.itoa] version = "1" [dependencies.maud_macros] version = "0.26.0" [dependencies.rocket] version = "0.5" optional = true [dependencies.tide] version = "0.16.0" optional = true default-features = false [dependencies.warp] version = "0.3.6" optional = true [dev-dependencies.trybuild] version = "1.0.33" features = ["diff"] [features] actix-web = [ "actix-web-dep", "futures-util", ] axum = [ "axum-core", "http", ] default = []