# 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 = "floem-window-vibrancy" version = "0.4.3" authors = [ "Tauri Programme within The Commons Conservancy", "Lewis Carson", ] 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", ] [dependencies.raw-window-handle] version = "0.5" [dev-dependencies.floem-winit] version = "0.29" features = [ "x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita", "rwh_05", ] default-features = false [dev-dependencies.tao] version = "0.25" features = ["rwh_05"] [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.25" [target."cfg(target_os = \"macos\")".dependencies.objc] version = "0.2" [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.52.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"