clap-wrapper 0.3.1

An easy way to use clap-wrapper in your audio plugins!
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"
name = "clap-wrapper"
version = "0.3.1"
authors = ["Quant1um"]
build = "build.rs"
include = [
    "src/**",
    "build.rs",
    "./README.md",
    "LICENSE*",
    "external/clap/include/**",
    "external/clap-wrapper/include/**",
    "external/clap-wrapper/libs/**",
    "external/clap-wrapper/src/**",
    "external/filesystem/include/**",
    "external/AudioUnitSDK/include/**",
    "external/AudioUnitSDK/src/**",
    "external/vst3sdk/pluginterfaces/**",
    "external/vst3sdk/public.sdk/source/**",
    "external/vst3sdk/base/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An easy way to use clap-wrapper in your audio plugins!"
documentation = "https://docs.rs/clap-wrapper"
readme = "README.md"
keywords = [
    "vst3",
    "auv2",
    "clap",
    "audio",
    "plugin",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/blepfx/clap-wrapper-rs"

[features]
auv2 = []
default = [
    "parallel",
    "vst3",
    "auv2",
]
parallel = ["cc/parallel"]
vst3 = []

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

[build-dependencies.cc]
version = "1.2.52"