[package]
edition = "2021"
name = "dirtydata-dsp-matrix"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dynamic signal matrix mixing and routing primitives"
readme = false
keywords = [
"audio",
"dsp",
"forensic",
"mna",
"determinism",
]
license = "MIT"
repository = "https://github.com/Yasuno-5555/DirtyData"
[lib]
name = "dirtydata_dsp_matrix"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]