# 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 = "augmented_baseview" version = "0.1.3" authors = [ "William Light ", "Charles Saracco ", "Mirko Covizzi ", "Micah Johnston ", "Billy Messenger ", "Anton Lazarev ", "Joakim FrostegÄrd ", "Robbert van der Helm ", ] description = "windowing for audio plugin UIs, published fork of https://github.com/RustAudio/baseview" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.keyboard-types] version = "0.6.1" default-features = false [dependencies.log] version = "0.4.14" [dependencies.raw-window-handle] version = "0.4.3" [dev-dependencies.rtrb] version = "0.2" [features] default = [] opengl = [ "uuid", "x11/glx", ] [target."cfg(target_os=\"linux\")".dependencies.nix] version = "0.26" [target."cfg(target_os=\"linux\")".dependencies.x11] version = "2.21" features = [ "xlib", "xcursor", ] [target."cfg(target_os=\"linux\")".dependencies.xcb] version = "1.3.0" features = [ "xlib_xcb", "dri2", ] [target."cfg(target_os=\"linux\")".dependencies.xcb-util] version = "0.3" features = ["icccm"] [target."cfg(target_os=\"macos\")".dependencies.cocoa] version = "0.24.1" [target."cfg(target_os=\"macos\")".dependencies.core-foundation] version = "0.9.1" [target."cfg(target_os=\"macos\")".dependencies.objc] version = "0.2.7" [target."cfg(target_os=\"macos\")".dependencies.uuid] version = "0.8" features = ["v4"] [target."cfg(target_os=\"windows\")".dependencies.uuid] version = "0.8" features = ["v4"] optional = true [target."cfg(target_os=\"windows\")".dependencies.winapi] version = "0.3.8" features = [ "libloaderapi", "winuser", "windef", "minwindef", "guiddef", "combaseapi", "wingdi", "errhandlingapi", ]