# 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] name = "x11-clipboard" version = "0.9.3" authors = ["quininer kel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "x11 clipboard support for Rust." documentation = "https://docs.rs/x11-clipboard/" readme = "README.md" keywords = [ "x11", "xcb", "clipboard", ] license = "MIT" repository = "https://github.com/quininer/x11-clipboard" [lib] name = "x11_clipboard" path = "src/lib.rs" [[example]] name = "monitor_primary_selection" path = "examples/monitor_primary_selection.rs" [[example]] name = "paste" path = "examples/paste.rs" [[example]] name = "wait_copy_event" path = "examples/wait_copy_event.rs" [[test]] name = "simple-test" path = "tests/simple-test.rs" [[test]] name = "window-leak" path = "tests/window-leak.rs" [dependencies.libc] version = "0.2.152" [dependencies.x11rb] version = "0.13.0" features = ["xfixes"]