cargo-rack 1.1.5

Cargo subcommand that runs the truce-rack standalone plugin host (`cargo rack`)
# 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 = "cargo-rack"
version = "1.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cargo subcommand that runs the truce-rack standalone plugin host (`cargo rack`)"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/truce-audio/truce-rack"

[features]
lv2 = ["truce-rack-standalone/lv2"]

[[bin]]
name = "cargo-rack"
path = "src/main.rs"

[dependencies.truce-rack-standalone]
version = "1.1.5"
features = [
    "clap",
    "vst3",
]
default-features = false

[target.'cfg(target_vendor = "apple")'.dependencies.truce-rack-standalone]
version = "1.1.5"
features = [
    "au",
    "au3",
    "gui",
]
default-features = false

[target."cfg(windows)".dependencies.truce-rack-standalone]
version = "1.1.5"
features = ["gui"]
default-features = false