plugin_host 0.1.0

VST3 and CLAP plugin host for DAW — scanner, sandboxing, parameter automation, preset management
Documentation
[package]
name = "plugin_host"
version = "0.1.0"
edition = "2021"
description = "VST3 and CLAP plugin host for DAW — scanner, sandboxing, parameter automation, preset management"
license = "MIT"
readme = "README.md"
keywords = ["vst3", "clap", "plugin", "daw", "audio"]
categories = ["multimedia::audio"]

[dependencies]
libloading = "0.8"

# Descomentar cuando implementes los bridges reales:
# clap-sys = "0.1"
# vst3-sys = "0.7"
# serde = { version = "1", features = ["derive"] }
# serde_json = "1"

[dev-dependencies]

[[test]]
name = "integration"
path = "tests/integration.rs"