conformal_component 0.5.0

Defines basic audio component abstraction for conformal audio plug-in framework.
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"
rust-version = "1.93.1"
name = "conformal_component"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Defines basic audio component abstraction for conformal audio plug-in framework."
homepage = "https://russellmcc.github.io/conformal"
documentation = "https://russellmcc.github.io/conformal/rust-doc/conformal_component"
readme = "README.md"
license = "ISC"
repository = "https://github.com/russellmcc/conformal"
resolver = "2"

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

[dependencies.itertools]
version = "0.13.0"

[dev-dependencies.assert_approx_eq]
version = "1.1.0"

[dev-dependencies.fxhash]
version = "0.2.1"

[lints.clippy]
cast_possible_wrap = "allow"
cast_sign_loss = "allow"
default_trait_access = "allow"
large_enum_variant = "allow"
todo = "warn"
type_complexity = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
future_incompatible = "warn"
missing_docs = "warn"
nonstandard_style = "warn"
rust_2018_idioms = "warn"

[lints.rustdoc]
private_doc_tests = "warn"
unescaped_backticks = "warn"