lanceverb 0.4.0

A super-fast mono-to-stereo plate reverberator.
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"
rust-version = "1.63"
name = "lanceverb"
version = "0.4.0"
authors = [
    "Joshua Batty <joshpbatty@gmail.com>",
    "mitchmindtree <mitchell.nordine@gmail.com>",
    "Oliver Rockstedt <info@sourcebox.de>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A super-fast mono-to-stereo plate reverberator."
readme = "README.md"
keywords = [
    "reverb",
    "dsp",
    "audio",
    "effect",
    "stereo",
]
categories = [
    "no-std",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/sourcebox/lanceverb.git"

[features]
default = []

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

[dependencies.libm]
version = "0.2.15"