soundlab 0.1.0

Synth building blocks: envelopes, voices, polyphony
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 = "soundlab"
version = "0.1.0"
authors = ["paramako <paramako@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Synth building blocks: envelopes, voices, polyphony"
readme = "README.md"
keywords = [
    "audio",
    "synth",
    "dsp",
    "envelope",
    "vst",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://github.com/paramako/soundlab"

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

[dependencies.oscy]
version = "0.1.2"

[dependencies.pitchy]
version = "0.2.0"