# 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 = "templr" version = "0.2.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rust template library" homepage = "https://github.com/PizzasBear/templr" documentation = "https://docs.rs/templr" readme = "README.md" keywords = [ "markup", "template", "html", "rsx", ] categories = ["template-engine"] license = "Apache-2.0" repository = "https://github.com/PizzasBear/templr" [package.metadata.docs.rs] all-features = true [lib] name = "templr" path = "src/lib.rs" [dependencies.actix-web] version = "4" optional = true default-features = false [dependencies.anyhow] version = "1.0" [dependencies.askama_escape] version = "0.10" [dependencies.axum-core] version = "0.4" optional = true [dependencies.gotham] version = "0.7" optional = true default-features = false [dependencies.http] version = "1.0" optional = true [dependencies.hyper] version = "1.0" optional = true default-features = false [dependencies.rocket] version = "0.5" optional = true default-features = false [dependencies.salvo_core] version = "0.73" optional = true default-features = false [dependencies.templr_macros] version = "0.2.2" [dependencies.tide] version = "0.16" optional = true default-features = false [dependencies.warp] version = "0.3" optional = true default-features = false [dev-dependencies.itertools] version = "0.13" [features] actix-web = ["dep:actix-web"] axum = [ "dep:axum-core", "dep:http", ] default = [] gotham = ["dep:gotham"] hyper = ["dep:hyper"] rocket = ["dep:rocket"] salvo = ["dep:salvo_core"] tide = ["dep:tide"] warp = ["dep:warp"]