# 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_clipboard" version = "0.4.1" authors = ["Héctor Ramón Jiménez "] description = "A library to obtain clipboard access from a `raw-window-handle`" documentation = "https://docs.rs/window_clipboard" readme = "README.md" keywords = [ "clipboard", "window", "ui", "gui", "raw-window-handle", ] categories = ["gui"] license = "MIT" repository = "https://github.com/hecrj/window_clipboard" [dependencies.raw-window-handle] version = "0.6" features = ["std"] [dependencies.thiserror] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.winit] version = "0.29" [target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\", target_os=\"ios\", target_os=\"redox\"))))".dependencies.clipboard_wayland] version = "0.2.2" [target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\", target_os=\"ios\", target_os=\"redox\"))))".dependencies.clipboard_x11] version = "0.4.2" [target."cfg(target_os = \"macos\")".dependencies.clipboard_macos] version = "0.1" [target."cfg(windows)".dependencies.clipboard-win] version = "5.0" features = ["std"]