truce 0.48.7

Audio plugin framework - write once, build CLAP, VST3, VST2, LV2, AU v2, AU v3, AAX, and a standalone host binary
Documentation
# 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.92"
name = "truce"
version = "0.48.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Audio plugin framework - write once, build CLAP, VST3, VST2, LV2, AU v2, AU v3, AAX, and a standalone host binary"
homepage = "https://github.com/truce-audio/truce"
readme = "README.md"
keywords = [
    "audio",
    "plugin",
    "vst",
    "clap",
    "midi",
]
categories = ["multimedia::audio"]
license-file = "LICENSE"
repository = "https://github.com/truce-audio/truce"
resolver = "2"

[features]
clap = ["dep:truce-clap"]
default = ["clap"]
hot-debug = ["truce-loader/hot-debug"]
lv2 = ["dep:truce-lv2"]
shell = ["truce-loader/shell"]
vst2 = ["dep:truce-vst2"]
vst3 = ["dep:truce-vst3"]

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

[dependencies.truce-clap]
version = "0.48.7"
optional = true

[dependencies.truce-core]
version = "0.48.7"

[dependencies.truce-derive]
version = "0.48.7"

[dependencies.truce-gui]
version = "0.48.7"

[dependencies.truce-loader]
version = "0.48.7"

[dependencies.truce-lv2]
version = "0.48.7"
optional = true

[dependencies.truce-params]
version = "0.48.7"

[dependencies.truce-vst2]
version = "0.48.7"
optional = true

[dependencies.truce-vst3]
version = "0.48.7"
optional = true

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(feature, values("cargo-clippy"))']