aetherdsp-core 0.1.1

Hard real-time modular DSP engine — lock-free graph scheduler, generational arena, and buffer pool
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"
name = "aetherdsp-core"
version = "0.1.1"
authors = ["AetherDSP Project"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hard real-time modular DSP engine — lock-free graph scheduler, generational arena, and buffer pool"
homepage = "https://github.com/1yos/aether-dsp"
documentation = "https://docs.rs/aetherdsp-core"
readme = "README.md"
keywords = [
    "audio",
    "dsp",
    "real-time",
    "modular",
    "synthesis",
]
categories = [
    "multimedia::audio",
    "no-std",
]
license = "MIT"
repository = "https://github.com/1yos/aether-dsp"

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

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

[dependencies.arc-swap]
version = "1.7"

[dependencies.crossbeam]
version = "0.8"

[dependencies.rayon]
version = "1.10"

[dependencies.ringbuf]
version = "0.4"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1"