# 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_vst_wrapper" version = "0.3.2" 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" [dependencies.conformal_component] version = "0.3.2" [dependencies.conformal_core] version = "0.3.2" [dependencies.conformal_ui] version = "0.3.2" [dependencies.itertools] version = "0.13.0" [dependencies.rmp-serde] version = "1.1.2" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.vst3] version = "0.1.2" [dev-dependencies.assert_approx_eq] version = "1.1.0" [target."cfg(target_os = \"macos\")".dependencies.conformal_macos_bundle] version = "0.3.2"