rift-ejs 0.18.0

The EJS template subset Rift's config loader evaluates, shared with rift-lint.
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 = "2024"
rust-version = "1.92"
name = "rift-ejs"
version = "0.18.0"
authors = ["Rift Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The EJS template subset Rift's config loader evaluates, shared with rift-lint."
homepage = "https://github.com/achird-labs/rift"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/achird-labs/rift"
resolver = "2"

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

[dependencies.regex]
version = "1"

[dependencies.serde_json]
version = "1.0"
features = ["float_roundtrip"]

[dependencies.thiserror]
version = "2.0"

[lints.clippy]
all = "warn"
manual_let_else = "warn"
uninlined_format_args = "warn"
unnecessary_map_or = "warn"