dhwani 0.1.1

A real-time audio processing engine for DAWs
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 = "dhwani"
version = "0.1.1"
authors = ["Joseph George Stephen <pronuba66@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A real-time audio processing engine for DAWs"
homepage = "https://github.com/pronuba66/dhwani"
documentation = "https://docs.rs/dhwani"
readme = "README.md"
keywords = [
    "audio",
    "daw",
]
categories = ["multimedia::audio"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pronuba66/dhwani"
resolver = "2"

[features]
controller = []
debug = ["charming"]
default = []

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

[[example]]
name = "gui"
path = "examples/gui.rs"
required-features = ["controller"]

[[example]]
name = "simple"
path = "examples/simple.rs"

[dependencies.biquad]
version = "0.6.0"

[dependencies.bitflags]
version = "2.13.0"

[dependencies.charming]
version = "0.6.0"
optional = true

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.cpal]
version = "0.18.1"

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

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

[dev-dependencies.eframe]
version = "0.34.3"

[dev-dependencies.egui_plot]
version = "0.35.0"

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

[dev-dependencies.symphonia]
version = "0.6.0"
features = [
    "wav",
    "mp3",
    "mpa",
]

[dev-dependencies.tokio]
version = "1.52.3"
features = ["full"]