# 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 = "window-shadows" version = "0.2.2" authors = ["Tauri Programme within The Commons Conservancy"] description = "Add native shadows to your windows." documentation = "https://docs.rs/tauri-plugin-shadows" readme = "README.md" keywords = [ "shadows", "windowing", "gui", ] categories = ["gui"] license = "Apache-2.0 OR MIT" repository = "https://github.com/tauri-apps/tauri-plugin-shadows" [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.tao] version = "0.22" [dev-dependencies.winit] version = "0.28" [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.48.0" features = [ "Win32_Foundation", "Win32_Graphics_Dwm", "Win32_UI_Controls", ]