[package]
edition = "2024"
rust-version = "1.92"
name = "truce-plugin"
version = "0.49.16"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "User-facing PluginLogic traits for truce - the plugin author's entry point."
homepage = "https://github.com/truce-audio/truce"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/truce-audio/truce"
resolver = "2"
[lib]
name = "truce_plugin"
path = "src/lib.rs"
[dependencies.truce-core]
version = "0.49.16"
[dependencies.truce-gui-types]
version = "0.49.16"
[dependencies.truce-params]
version = "0.49.16"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("cargo-clippy"))']