rust-audio-api 0.0.1

A Web Audio API-like wrapper for Rust audio processing.
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 = "rust-audio-api"
version = "0.0.1"
authors = ["a0970785699@gmail.com"]
build = false
exclude = [
    "target/",
    ".git/",
    ".idea/",
    ".github/",
    "examples/",
    "tests/",
    "Makefile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Web Audio API-like wrapper for Rust audio processing."
documentation = "https://docs.rs/rust-audio-api"
readme = "README.md"
keywords = [
    "audio",
    "wrapper",
]
categories = ["multimedia::audio"]
license = "Apache-2.0"
repository = "https://github.com/leon123858/rust-audio-api"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.cpal]
version = "0.17.1"
features = ["audio_thread_priority"]

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.crossbeam-queue]
version = "0.3.12"

[dependencies.crossbeam-utils]
version = "0.8.21"

[dependencies.dasp]
version = "0.11"
features = ["all"]

[dependencies.dasp_ring_buffer]
version = "0.11.0"

[dependencies.hound]
version = "3.5.1"

[dependencies.petgraph]
version = "0.8.3"

[dependencies.rayon]
version = "1.11.0"

[dependencies.realfft]
version = "3.5.0"

[dependencies.ringbuf]
version = "0.4.8"

[dependencies.rustfft]
version = "6.4.1"

[dependencies.symphonia]
version = "0.5.5"
features = ["mp3"]

[dependencies.thread-priority]
version = "1.1.0"

[dependencies.uuid]
version = "1.22.0"
features = ["v4"]

[dev-dependencies.rand]
version = "0.10.0"