conformal_vst_wrapper 0.6.1

Implements a VST3-compatible plug-in for audio processors implemented with the conformal audio plug-in framework.
# 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_vst_wrapper"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implements a VST3-compatible plug-in for audio processors implemented with the conformal audio plug-in framework."
homepage = "https://russellmcc.github.io/conformal"
documentation = "https://russellmcc.github.io/conformal/rust-doc/conformal_vst_wrapper"
readme = "README.md"
license = "ISC"
repository = "https://github.com/russellmcc/conformal"
resolver = "2"

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

[dependencies.conformal_component]
version = "0.5.0"

[dependencies.conformal_core]
version = "0.5.0"

[dependencies.conformal_ui]
version = "0.6.1"

[dependencies.const_format]
version = "0.2.35"

[dependencies.itertools]
version = "0.14.0"

[dependencies.rmp-serde]
version = "1.1.2"

[dependencies.serde]
version = "1.0.193"
features = ["derive"]

[dependencies.serde_bytes]
version = "0.11.14"

[dependencies.vst3]
version = "0.3.0"

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

[target.'cfg(target_os = "windows")'.dependencies.process_path]
version = "0.1.4"

[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"