ruffbox_synth 0.13.0

A beatbox-oriented synthesizer library.
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 = "ruffbox_synth"
version = "0.13.0"
authors = ["nik <nik@parkellipsen.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A beatbox-oriented synthesizer library."
readme = "README.md"
keywords = [
    "audio",
    "synthesizer",
    "beatbox",
    "sampler",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://codeberg.org/parkellipsen/ruffbox-synth/"

[features]
no_denormals = []

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

[dependencies.chfft]
version = "0.3.4"

[dependencies.crossbeam]
version = "0.8"

[dependencies.dashmap]
version = "5.2"

[dependencies.fastrand]
version = "1.8.0"

[dependencies.num-complex]
version = "0.4"

[dependencies.parking_lot]
version = "0.11"

[dependencies.rubato]
version = "0.16"

[dev-dependencies.assert_approx_eq]
version = "1.1.0"