[package]
edition = "2021"
name = "tatara-lisp-eval"
version = "0.3.21"
authors = ["Pleme.io <engineering@pleme.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime evaluator for tatara-lisp — embeddable Scheme-ish eval scoped to orchestration (job queues, rules, REPL). See docs/eval-design.md."
homepage = "https://github.com/pleme-io/tatara-lisp"
readme = false
license = "MIT"
repository = "https://github.com/pleme-io/tatara-lisp"
[lib]
name = "tatara_lisp_eval"
path = "src/lib.rs"
[dependencies.tatara-lisp]
version = "0.3.21"
[dependencies.thiserror]
version = "2"
[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1