# 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 = "2018" name = "copypasta-ext" version = "0.4.4" authors = ["Tim Visée <3a4fb3964f@sinenomine.email>"] build = "build.rs" exclude = ["/.github"] description = "A clipboard library providing useful extensions for copypasta." readme = "README.md" keywords = ["clipboard"] license = "MIT / Apache-2.0" repository = "https://gitlab.com/timvisee/copypasta-ext" [package.metadata.docs.rs] all-features = true [dependencies.base64] version = "0.21" optional = true [dependencies.copypasta] version = "=0.8.2" [features] default = [ "x11-bin", "x11-fork", "wayland-bin", ] osc52 = ["base64"] wayland-bin = ["which"] x11-bin = ["which"] x11-fork = [ "libc", "x11-clipboard", ] [target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\"))))".dependencies.libc] version = "0.2" optional = true [target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\"))))".dependencies.which] version = "4.0" optional = true [target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\"))))".dependencies.x11-clipboard] version = "0.7.0" optional = true