# 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" name = "vst3" version = "0.1.2" authors = ["Micah Johnston "] description = "Rust bindings for the VST 3 API" documentation = "https://coupler.rs/vst3-rs/vst3/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/coupler-rs/vst3-rs" [[example]] name = "gain" crate-type = ["cdylib"] [dependencies.com-scrape-types] version = "0.1.1" [build-dependencies.vst3-bindgen] version = "0.2.2"