# 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 = "templet" version = "0.4.0" authors = ["Joni Katajamäki"] description = "Mustache-like templates" keywords = [ "html", "template", "mustache", "handlebars", ] license = "MIT OR Apache-2.0" resolver = "2" [[bench]] name = "template" harness = false [dependencies.nom] version = "7.1.0" [dependencies.nom-unicode] version = "0.3.0" [dependencies.nom_locate] version = "4.0.0" [dependencies.ouroboros] version = "0.14.2" [dependencies.thiserror] version = "1.0.30" [dependencies.v_htmlescape] version = "0.14.1" [dependencies.valuable] version = "0.1.0" features = ["derive"] [dependencies.walkdir] version = "2.3.2" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.handlebars] version = "4.2.2" [dev-dependencies.pretty_assertions] version = "1.2.0" [dev-dependencies.ramhorns] version = "0.13.0" [dev-dependencies.serde] version = "1.0.136" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.79"