wavecraft-dsp 0.7.3

Pure DSP algorithms for Wavecraft - no plugin framework dependencies
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-dsp"
version = "0.7.3"
authors = ["Wavecraft Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure DSP algorithms for Wavecraft - no plugin framework dependencies"
readme = false
license = "MIT"
repository = "https://github.com/RonHouben/wavecraft"
resolver = "2"

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

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

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

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