2019-02-10 01:28:53 +08:00
|
|
|
[package]
|
2019-02-10 19:05:47 +08:00
|
|
|
name = "smithay-clipboard"
|
2021-06-25 16:12:44 +02:00
|
|
|
version = "0.6.4"
|
2020-05-20 10:04:44 +02:00
|
|
|
authors = ["Kirill Chibisov <contact@kchibisov.com>", "Victor Berger <victor.berger@m4x.org>", "Lucas Timmins <timmins.s.lucas@gmail.com>"]
|
2019-02-10 01:28:53 +08:00
|
|
|
edition = "2018"
|
2019-02-14 18:23:55 +08:00
|
|
|
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"]
|
2019-02-10 01:28:53 +08:00
|
|
|
|
|
|
|
|
[dependencies]
|
2021-06-25 15:23:58 +02:00
|
|
|
sctk = { package = "smithay-client-toolkit", version = "0.14", default-features = false }
|
2021-02-26 02:23:24 -08:00
|
|
|
wayland-client = { version = "0.28", features = ["use_system_lib"] }
|
2019-02-10 01:28:53 +08:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2021-02-26 02:23:24 -08:00
|
|
|
sctk = { package = "smithay-client-toolkit", version = "0.14", default-features = false, features = ["calloop"] }
|
|
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
default = ["dlopen"]
|
|
|
|
|
dlopen = ["sctk/dlopen", "wayland-client/dlopen"]
|