# 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 = "copyrs" version = "0.5.2" description = "Crossplatform clipboard access" readme = "README.md" keywords = ["clipboard"] license = "MIT" repository = "https://github.com/Vildanio/copyrs" [features] default = ["x11"] wayland = ["wl-clipboard-rs"] x11 = ["x11-clipboard"] [target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"ios\", target_os=\"emscripten\"))))".dependencies.wl-clipboard-rs] version = "0.8.1" optional = true [target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"ios\", target_os=\"emscripten\"))))".dependencies.x11-clipboard] version = "0.9.1" optional = true [target."cfg(target_os = \"windows\")".dependencies.clipboard-win] version = "3.0.2"