neutralts 1.2.4

Neutral TS template engine is a web template designed to work with any programming language via IPC and natively as library/crate in Rust.
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.md-5]
version = "0.10"

[dependencies.rand]
version = "0.9.0"

[dependencies.regex]
version = "1.5.4"

[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.138"

[dependencies.sha2]
version = "0.10.8"

[lib]
name = "neutralts"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["template-engine", "web-programming"]
description = "Neutral TS template engine is a web template designed to work with any programming language via IPC and natively as library/crate in Rust."
documentation = "https://docs.rs/neutralts/latest/neutralts/"
edition = "2021"
homepage = "https://gitlab.com/neutralfw"
keywords = ["web", "template", "engine", "templating", "html"]
license = "Apache-2.0"
name = "neutralts"
readme = "README.md"
repository = "https://gitlab.com/neutralfw/neutralts"
version = "1.2.4"

[[test]]
name = "test"
path = "tests/test.rs"

[[test]]
name = "test-bifs"
path = "tests/test-bifs.rs"

[[test]]
name = "test-cache"
path = "tests/test-cache.rs"

[[test]]
name = "test-injects_cache_false"
path = "tests/test-injects_cache_false.rs"

[[test]]
name = "test-injects_cache_true"
path = "tests/test-injects_cache_true.rs"

[[test]]
name = "test-performance"
path = "tests/test-performance.rs"