# 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 = "2018" rust-version = "1.63" name = "minijinja-embed" version = "2.5.0" authors = ["Armin Ronacher "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "template embedding support for MiniJinja" homepage = "https://github.com/mitsuhiko/minijinja" readme = "README.md" keywords = [ "jinja", "jinja2", "templates", "autoreload", ] license = "Apache-2.0" repository = "https://github.com/mitsuhiko/minijinja" resolver = "2" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", "--html-in-header", "doc-header.html", ] [lib] name = "minijinja_embed" path = "src/lib.rs"