# 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" rust-version = "1.65.0" name = "smithay-clipboard" version = "0.7.2" authors = [ "Kirill Chibisov ", "Elinor Berger ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides access to the wayland clipboard for client applications." documentation = "https://smithay.github.io/smithay-clipboard" readme = "README.md" keywords = [ "clipboard", "wayland", ] license = "MIT" repository = "https://github.com/smithay/smithay-clipboard" [lib] name = "smithay_clipboard" path = "src/lib.rs" [[example]] name = "clipboard" path = "examples/clipboard.rs" [dependencies.libc] version = "0.2.149" [dependencies.sctk] version = "0.19.2" features = ["calloop"] default-features = false package = "smithay-client-toolkit" [dependencies.wayland-backend] version = "0.3.5" features = ["client_system"] default-features = false [dev-dependencies.sctk] version = "0.19.2" features = [ "calloop", "xkbcommon", ] default-features = false package = "smithay-client-toolkit" [features] default = ["dlopen"] dlopen = ["wayland-backend/dlopen"]