conformal_ui 0.3.7

Implements a wry-based UI for audio processors. Part of the conformal audio plug-in framework.
[dependencies.base64]
version = "0.22.1"

[dependencies.conformal_component]
version = "0.3.6"

[dependencies.conformal_core]
version = "0.3.7"

[dependencies.conformal_preferences]
version = "0.3.6"

[dependencies.mime_guess]
version = "2.0.4"

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

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

[dependencies.serde_bytes]
version = "0.11.14"

[dependencies.wry]
features = ["devtools"]
version = "0.40.0"

[dev-dependencies.conformal_preferences]
features = ["test-utils"]
version = "0.3.6"

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Implements a wry-based UI for audio processors. Part of the conformal audio plug-in framework."
edition = "2024"
homepage = "https://russellmcc.github.io/conformal"
license = "ISC"
name = "conformal_ui"
readme = "README.md"
repository = "https://github.com/russellmcc/conformal"
resolver = "2"
rust-version = "1.90.0"
version = "0.3.7"

[target.'cfg(target_os = "macos")'.dependencies.conformal_macos_bundle]
version = "0.3.5"