truce-rack 1.1.5

Cross-format audio plugin host (CLAP + VST3 by default; AU, AU3, LV2 behind features)
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.90"
name = "truce-rack"
version = "1.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-format audio plugin host (CLAP + VST3 by default; AU, AU3, LV2 behind features)"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/truce-audio/truce-rack"

[features]
au = ["dep:truce-rack-au"]
au3 = ["dep:truce-rack-au3"]
clap = ["dep:truce-rack-clap"]
default = [
    "clap",
    "vst3",
]
lv2 = ["dep:truce-rack-lv2"]
vst3 = ["dep:truce-rack-vst3"]

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

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

[dependencies.truce-rack-core]
version = "1.1.5"

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

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

[target.'cfg(target_vendor = "apple")'.dependencies.truce-rack-au]
version = "1.1.5"
optional = true

[target.'cfg(target_vendor = "apple")'.dependencies.truce-rack-au3]
version = "1.1.5"
optional = true

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