# 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 = "wayland-clipboard-listener" version = "0.2.6" authors = ["Decodertalkers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "impl wlr-data-control-unstable-v1, listen for clipboard" homepage = "https://github.com/Decodetalkers/wayland-clipboard-listener" documentation = "https://docs.rs/wayland-clipboard-listener/" readme = "README.md" keywords = ["wayland"] license = "GPL-3.0" [lib] name = "wayland_clipboard_listener" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.os_pipe] version = "1.2.1" [dependencies.thiserror] version = "1.0.65" [dependencies.wayland-client] version = "0.31.7" [dependencies.wayland-protocols] version = "0.32.5" features = [ "unstable", "client", ] default-features = false [dependencies.wayland-protocols-wlr] version = "0.3.5" features = ["client"] default-features = false