minijinja-lua 0.1.4

lua bindings for minijinja
Documentation
# 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.

cargo-features = ["profile-rustflags"]

[package]
edition = "2024"
name = "minijinja-lua"
version = "0.1.4"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "lua bindings for minijinja"
readme = "README.md"
license = "MIT"
repository = "https://github.com/benniekiss/minijinja-lua"

[features]
default = [
    "lua54",
    "vendored",
]
lua51 = ["mlua/lua51"]
lua52 = ["mlua/lua52"]
lua53 = ["mlua/lua53"]
lua54 = ["mlua/lua54"]
lua55 = ["mlua/lua55"]
module = ["mlua/module"]
vendored = ["mlua/vendored"]

[lib]
name = "minijinja_lua"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[dependencies.minijinja]
version = "2.19.0"
features = [
    "fuel",
    "indexmap",
    "json",
    "custom_syntax",
    "loop_controls",
    "percent-encoding",
    "preserve_order",
    "speedups",
    "unicode",
    "stacker",
]

[dependencies.minijinja-contrib]
version = "2.19.0"
features = [
    "datetime",
    "html_entities",
    "pycompat",
    "rand",
    "unicode_wordwrap",
    "wordcount",
]

[dependencies.mlua]
version = "0.11"
features = ["serde"]

[dependencies.serde]
version = "1.0.228"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true
rustflags = [
    "-Zlocation-detail=none",
    "-Zfmt-debug=none",
]