# 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.56" name = "window-vibrancy" version = "0.5.2" authors = ["Tauri Programme within The Commons Conservancy"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Make your windows vibrant." documentation = "https://docs.rs/tauri-plugin-vibrancy" readme = "README.md" keywords = [ "vibrancy", "acrylic", "mica", "blur", "windowing", ] categories = ["gui"] license = "Apache-2.0 OR MIT" repository = "https://github.com/tauri-apps/tauri-plugin-vibrancy" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "x86_64-apple-darwin", "x86_64-pc-windows-msvc", ] [lib] name = "window_vibrancy" path = "src/lib.rs" [[example]] name = "tao" path = "examples/tao.rs" [[example]] name = "winit" path = "examples/winit.rs" [dependencies.raw-window-handle] version = "0.6" [dev-dependencies.tao] version = "0.30" [dev-dependencies.winit] version = "0.29" [target.'cfg(target_os = "macos")'.dependencies.objc2] version = "0.5.2" [target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit] version = "0.2.2" features = [ "NSApplication", "NSGraphics", "NSResponder", "NSView", "NSVisualEffectView", ] [target.'cfg(target_os = "macos")'.dependencies.objc2-foundation] version = "0.2.2" features = [ "NSThread", "NSGeometry", ] [target.'cfg(target_os = "windows")'.dependencies.windows-sys] version = "0.59.0" features = [ "Win32_Foundation", "Win32_System_LibraryLoader", "Win32_System_SystemInformation", "Win32_Graphics_Gdi", "Win32_Graphics_Dwm", "Win32_UI_WindowsAndMessaging", ] [target.'cfg(target_os = "windows")'.dependencies.windows-version] version = "0.1"