# 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 = "clipboard_x11" version = "0.4.2" authors = ["Héctor Ramón Jiménez "] description = "A library to obtain access to the X11 clipboard" documentation = "https://docs.rs/clipboard_x11" keywords = [ "clipboard", "x11", ] license = "MIT" repository = "https://github.com/hecrj/window_clipboard" resolver = "2" [dependencies.thiserror] version = "1.0" [dependencies.x11rb] version = "0.13"