# 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" name = "minijinja" version = "1.0.6" authors = ["Armin Ronacher "] exclude = ["tests"] description = "a powerful template engine for Rust with minimal dependencies" homepage = "https://github.com/mitsuhiko/minijinja" readme = "README.md" keywords = [ "jinja", "jinja2", "templates", ] license = "Apache-2.0" repository = "https://github.com/mitsuhiko/minijinja" resolver = "1" [package.metadata.docs.rs] features = [ "loader", "json", "urlencode", "custom_syntax", "fuel", ] rustdoc-args = [ "--cfg", "docsrs", "--html-in-header", "doc-header.html", ] [dependencies.aho-corasick] version = "1.0" optional = true default-features = false [dependencies.indexmap] version = "1.9.0" optional = true [dependencies.memo-map] version = "0.3.1" optional = true [dependencies.percent-encoding] version = "2.2.0" optional = true [dependencies.self_cell] version = "1.0.0" optional = true [dependencies.serde] version = "1.0.130" [dependencies.serde_json] version = "1.0.68" optional = true [dependencies.unicase] version = "2.6.0" optional = true [dependencies.unicode-ident] version = "1.0.5" optional = true [dependencies.v_htmlescape] version = "0.15.8" optional = true [dev-dependencies.insta] version = "1.26.0" features = [ "glob", "serde", ] [dev-dependencies.serde] version = "1.0.130" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.68" [dev-dependencies.similar-asserts] version = "1.4.2" [features] adjacent_loop_items = [] builtins = [] custom_syntax = ["dep:aho-corasick"] debug = [] default = [ "builtins", "debug", "deserialization", "macros", "multi_template", "adjacent_loop_items", ] deserialization = [] fuel = [] internal_debug = [] json = ["serde_json"] key_interning = [] loader = [ "self_cell", "memo-map", ] macros = [] multi_template = [] preserve_order = ["indexmap"] speedups = ["v_htmlescape"] unicode = [ "unicode-ident", "unicase", ] unstable_machinery = ["internal_debug"] unstable_machinery_serde = [ "unstable_machinery", "serde/derive", ] urlencode = ["percent-encoding"]