# 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-live-view" version = "0.24.3" authors = ["Chris Wong "] description = "Compile-time HTML templates." documentation = "https://docs.rs/maud-live-view/" categories = ["template-engine"] license = "MIT/Apache-2.0" repository = "https://github.com/lunatic-solutions/maud_live_view" resolver = "1" [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.2" optional = true [dependencies.futures-util] version = "0.3.0" optional = true default-features = false [dependencies.http] version = "0.2" optional = true [dependencies.itoa] version = "1" [dependencies.maud-live-view-macros] version = "0.24.3" [dependencies.rocket] version = ">= 0.3, < 0.5" optional = true [dependencies.tide] version = "0.16.0" optional = true default-features = false [dev-dependencies.trybuild] version = "1.0.33" features = ["diff"] [features] actix-web = [ "actix-web-dep", "futures-util", ] axum = [ "axum-core", "http", ] default = []