dsp-process 0.2.0

Declarative 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 = "dsp-process"
version = "0.2.0"
authors = ["Robert Jördens <rj@quartiq.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Declarative processing"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/quartiq/idsp.git"

[features]
std = []

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

[dev-dependencies.dsp-fixedpoint]
version = "0.1.0"

[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