[package]
edition = "2021"
name = "satteri-plugin-api"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust plugin trait, typed visitors, and runner for Sätteri"
readme = "README.md"
license = "MIT"
[lib]
name = "satteri_plugin_api"
path = "src/lib.rs"
[[test]]
name = "commands"
path = "tests/commands.rs"
[[test]]
name = "data"
path = "tests/data.rs"
[[test]]
name = "plugin_basics"
path = "tests/plugin_basics.rs"
[[test]]
name = "rebuild_integration"
path = "tests/rebuild_integration.rs"
[[test]]
name = "runner"
path = "tests/runner.rs"
[dependencies.rustc-hash]
version = "2"
[dependencies.satteri-arena]
version = "0.1.1"
[dependencies.satteri-ast]
version = "0.1.2"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"