escriba-plugin 0.1.10

Plugin manifest + discovery for escriba — every plugin is a caixa with :kind Plugin. Phase 1 scaffold; full VM wiring in phase 2.
# 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.89.0"
name = "escriba-plugin"
version = "0.1.10"
authors = ["pleme-io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin manifest + discovery for escriba — every plugin is a caixa with :kind Plugin. Phase 1 scaffold; full VM wiring in phase 2."
readme = false
license = "MIT"
repository = "https://github.com/pleme-io/escriba"
resolver = "2"

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

[dependencies.escriba-config]
version = "0.1.1"

[dependencies.escriba-core]
version = "0.1.1"

[dependencies.escriba-lisp]
version = "0.1.1"

[dependencies.schemars]
version = "0.8"
features = ["chrono"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.tatara-lisp]
version = "0.2"

[dependencies.tatara-lisp-derive]
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