[package]
name = "linesmith-plugin"
description = "Internal rhai plugin host for linesmith. No SemVer guarantee for direct dependents — depend on the `linesmith` binary or accept breakage between minor versions."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
readme.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
[lints.rust]
unsafe_code = "forbid"
unreachable_pub = "warn"
[lints.clippy]
redundant_pub_crate = "warn"
disallowed_methods = "allow"
[dependencies]
jiff.workspace = true
rhai.workspace = true
[dev-dependencies]
tempfile.workspace = true