[package]
edition = "2021"
name = "satteri-plugin-api"
version = "0.4.1"
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"
[features]
default = ["mdx"]
mdx = ["satteri-ast/mdx"]
[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.2.2"
[dependencies.satteri-ast]
version = "0.4.1"
default-features = false
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"