# 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.71.0" name = "terarium" version = "0.3.0" authors = ["Petr Jindra "] description = """ Wrapper for the Tera template system with template grouping and bulk rendering of templates. """ homepage = "https://github.com/elmordo/terarium" readme = "README.md" keywords = [ "template", "multi-template", "tera", "markup", "jinja2", ] categories = ["template-engine"] license = "MIT" repository = "https://github.com/elmordo/terarium" [dependencies.tera] version = "^1.19.1" [dependencies.thiserror] version = "^1.0.49"