wavecraft-core 0.12.8

Wavecraft audio plugin SDK - core types and macros
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 = "wavecraft-core"
version = "0.12.8"
authors = ["Wavecraft Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wavecraft audio plugin SDK - core types and macros"
readme = false
license = "MIT"
repository = "https://github.com/RonHouben/wavecraft"
resolver = "2"

[features]
_param-discovery = ["wavecraft-macros/_param-discovery"]
default = []

[lib]
name = "wavecraft_core"
crate-type = ["rlib"]
path = "src/lib.rs"

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

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

[dependencies.paste]
version = "1.0"

[dependencies.wavecraft-bridge]
version = "0.12.6"

[dependencies.wavecraft-dsp]
version = "0.12.6"

[dependencies.wavecraft-macros]
version = "0.12.6"

[dependencies.wavecraft-metering]
version = "0.12.6"

[dependencies.wavecraft-protocol]
version = "0.12.6"