[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"