[package]
edition = "2024"
rust-version = "1.89.0"
name = "escriba-vm"
version = "0.1.11"
authors = ["pleme-io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tatara-lisp runtime host for escriba — embeds tatara-lisp-eval's Interpreter<EscribaHost>, exposing editor operations as native Lisp fns that read a snapshot and emit typed, sandboxed effects."
readme = false
license = "MIT"
repository = "https://github.com/pleme-io/escriba"
resolver = "2"
[lib]
name = "escriba_vm"
path = "src/lib.rs"
[dependencies.escriba-core]
version = "0.1.1"
[dependencies.escriba-plugin]
version = "0.1.1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.tatara-lisp]
version = "0.2"
[dependencies.tatara-lisp-eval]
version = "0.2"
[dependencies.thiserror]
version = "2"
[dev-dependencies.pretty_assertions]
version = "1"
[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1