aetherdsp-nodes 0.2.3

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.3"
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"

[features]
all-nodes = [
    "oscillator",
    "filter",
    "reverb",
    "delay",
    "compressor",
    "envelope",
    "lfo",
    "gain",
    "mixer",
    "moog-ladder",
    "formant",
    "granular",
    "karplus-strong",
    "waveshaper",
    "chorus",
    "record",
    "scope",
]
chorus = []
compressor = []
default = ["all-nodes"]
delay = []
envelope = []
filter = []
formant = []
gain = []
granular = []
karplus-strong = []
lfo = []
mixer = []
moog-ladder = []
oscillator = []
record = []
reverb = []
scope = []
waveshaper = []

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

[[example]]
name = "envelope_test"
path = "examples/envelope_test.rs"

[[example]]
name = "filter_sweep"
path = "examples/filter_sweep.rs"

[[example]]
name = "reverb_demo"
path = "examples/reverb_demo.rs"

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

[dependencies.ringbuf]
version = "0.4"

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

[dev-dependencies.hound]
version = "3"

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

[dev-dependencies.ringbuf]
version = "0.4"