aetherdsp-nodes 0.2.2

Built-in DSP nodes for AetherDSP — oscillator, filters, reverb, LFO, granular, Karplus-Strong, compressor, waveshaper, chorus
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 = "2021"
name = "aetherdsp-nodes"
version = "0.2.2"
authors = ["AetherDSP Project"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Built-in DSP nodes for AetherDSP — oscillator, filters, reverb, LFO, granular, Karplus-Strong, compressor, waveshaper, chorus"
homepage = "https://github.com/1yos/aether-dsp"
documentation = "https://docs.rs/aetherdsp-nodes"
readme = "README.md"
keywords = [
    "audio",
    "dsp",
    "oscillator",
    "filter",
    "synthesis",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://github.com/1yos/aether-dsp"

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

[dependencies.aetherdsp-core]
version = "0.1"

[dependencies.ringbuf]
version = "0.4"

[dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.proptest]
version = "1"