# 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 = "2021" rust-version = "1.79.0" name = "conformal_ui" version = "0.3.2" description = "Implements a wry-based UI for audio processors. Part of the conformal audio plug-in framework." homepage = "https://russellmcc.github.io/conformal" readme = "README.md" license = "ISC" repository = "https://github.com/russellmcc/conformal" [dependencies.base64] version = "0.22.1" [dependencies.conformal_component] version = "0.3.2" [dependencies.conformal_core] version = "0.3.2" [dependencies.conformal_preferences] version = "0.3.2" [dependencies.mime_guess] version = "2.0.4" [dependencies.rmp-serde] version = "1.1.2" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_bytes] version = "0.11.14" [dependencies.wry] version = "0.40.0" features = ["devtools"] [target."cfg(target_os = \"macos\")".dependencies.conformal_macos_bundle] version = "0.3.2"