# 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" rust-version = "1.61.0" name = "ructe" version = "0.17.2" authors = ["Rasmus Kaj "] description = "Rust Compiled Templates, efficient type-safe web page templates." documentation = "https://docs.rs/ructe" readme = "README.md" keywords = [ "web", "templating", "template", "html", ] categories = [ "template-engine", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kaj/ructe" [dependencies.base64] version = "0.22.1" [dependencies.bytecount] version = "0.6.0" [dependencies.itertools] version = "0.13.0" [dependencies.md5] version = "0.7" [dependencies.mime] version = "0.3" optional = true [dependencies.nom] version = "7.1.0" [dependencies.rsass] version = "0.28.0" optional = true [features] http-types = [] mime02 = [] mime03 = ["mime"] sass = ["rsass"] tide013 = ["http-types"] tide014 = ["tide013"] tide015 = ["tide013"] tide016 = ["tide013"] warp03 = ["mime03"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "kaj/ructe"