audio-blocks 0.6.0

Traits to handle all audio data layouts in real-time processes
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"
rust-version = "1.85.0"
name = "audio-blocks"
version = "0.6.0"
authors = ["Stephan Eckes <stephan@neodsp.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Traits to handle all audio data layouts in real-time processes"
readme = "README.md"
keywords = [
    "audio",
    "dsp",
    "neodsp",
    "no-std",
    "real-time",
]
categories = ["multimedia::audio"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/neodsp/audio-blocks"

[features]
alloc = []
default = ["std"]
std = []

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

[[bench]]
name = "blocks"
path = "benches/blocks.rs"
harness = false

[dependencies.rtsan-standalone]
version = "0.3.0"

[dev-dependencies.criterion]
version = "0.8.1"