[package] name = "smithay-clipboard" version = "0.4.0" authors = ["Kirill Chibisov ", "Lucas Timmins ", "Victor Berger "] edition = "2018" description = "Provides access to the wayland clipboard for client applications." repository = "https://github.com/smithay/smithay-clipboard" documentation = "https://smithay.github.io/smithay-clipboard" license = "MIT" keywords = ["clipboard", "wayland"] [dependencies] sctk = { package = "smithay-client-toolkit", version = "0.9.1", default-features = false } wayland-client = { version = "0.26.3", features = ["dlopen"] } [dev-dependencies] sctk = { package = "smithay-client-toolkit", version = "0.9.1"}