[dev-dependencies]
[features]
std = []
[lib]
name = "dsp_process"
path = "src/lib.rs"
[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"
[lints.rust.rust_2018_compatibility]
level = "deny"
priority = -1
[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1
[package]
authors = ["Robert Jördens <rj@quartiq.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Declarative processing"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "dsp-process"
readme = "README.md"
repository = "https://github.com/quartiq/idsp.git"
version = "0.1.0"