[dependencies.base64]
version = "0.22.1"
[dependencies.conformal_component]
version = "0.3.3"
[dependencies.conformal_core]
version = "0.3.3"
[dependencies.conformal_preferences]
version = "0.3.3"
[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"
[lib]
name = "conformal_ui"
path = "src/lib.rs"
[lints.clippy]
cast_possible_wrap = "allow"
cast_sign_loss = "allow"
default_trait_access = "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 = "2021"
homepage = "https://russellmcc.github.io/conformal"
license = "ISC"
name = "conformal_ui"
readme = "README.md"
repository = "https://github.com/russellmcc/conformal"
rust-version = "1.84.1"
version = "0.3.3"
[target.'cfg(target_os = "macos")'.dependencies.conformal_macos_bundle]
version = "0.3.3"