zen-tmpl 2.0.1

Zen Template Language
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.

[package]
edition = "2021"
name = "zen-tmpl"
version = "2.0.1"
authors = ["GoRules Team <bot@gorules.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zen Template Language"
homepage = "https://gorules.io"
readme = "README.md"
license = "MIT"
repository = "https://github.com/gorules/zen.git"

[features]
arbitrary_precision = ["zen-expression/arbitrary_precision"]
default = ["regex-deprecated"]
regex-deprecated = ["zen-expression/regex-deprecated"]
regex-lite = ["zen-expression/regex-lite"]

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

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

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.zen-expression]
version = "2.0.1"