# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "clipboard-ext" version = "0.2.0" authors = ["Tim Visée <3a4fb3964f@sinenomine.email>"] build = "build.rs" exclude = ["/.github"] description = "A clipboard library providing useful extensions for rust-clipboard." readme = "README.md" keywords = ["clipboard"] license = "MIT / Apache-2.0" repository = "https://gitlab.com/timvisee/rust-clipboard-ext" [package.metadata.docs.rs] all-features = true [dependencies.base64] version = "0.11.0" optional = true [dependencies.clipboard] version = "0.5.0" [features] default = ["x11-bin", "x11-fork"] osc52 = ["base64"] 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 = "3.1" optional = true [target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"emscripten\"))))".dependencies.x11-clipboard] version = "0.3.0" optional = true [badges.gitlab] branch = "master" repository = "timvisee/rust-clipboard-ext"