# 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 = "2018" name = "vst_window" version = "0.3.0" authors = ["Anton Lazarev "] description = "Cross-platform windowing library for VST plugins" readme = "README.md" keywords = ["vst", "window", "plugin", "cross-platform", "audio"] categories = ["external-ffi-bindings", "gui", "os"] license = "MIT OR Apache-2.0" repository = "https://github.com/antonok-edm/vst_window" [lib] crate-type = ["lib"] [[example]] name = "basic" crate-type = ["cdylib"] [dependencies.raw-window-handle] version = "^ 0.4" [dev-dependencies.vst] version = "^ 0.2.0" [target."cfg(all(unix, not(target_os = \"ios\"), not(target_os = \"macos\")))".dependencies.xcb] version = "^ 0.9" [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "^ 0.22" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "^ 0.2" [target."cfg(target_os = \"macos\")".dependencies.once_cell] version = "^ 1.3" [target."cfg(target_os = \"windows\")".dependencies.once_cell] version = "^ 1.3" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "^ 0.3.9" features = ["windowsx"]