104 lines
2.1 KiB
TOML
104 lines
2.1 KiB
TOML
# 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"
|
|
name = "wl-clipboard-rs"
|
|
version = "0.9.1"
|
|
authors = ["Ivan Molodetskikh <yalterz@gmail.com>"]
|
|
build = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Access to the Wayland clipboard for terminal and other window-less applications."
|
|
documentation = "https://docs.rs/wl-clipboard-rs"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"wayland",
|
|
"clipboard",
|
|
]
|
|
categories = ["os"]
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/YaLTeR/wl-clipboard-rs"
|
|
|
|
[lib]
|
|
name = "wl_clipboard_rs"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.libc]
|
|
version = "0.2.159"
|
|
|
|
[dependencies.log]
|
|
version = "0.4.22"
|
|
|
|
[dependencies.os_pipe]
|
|
version = "1.2.1"
|
|
features = ["io_safety"]
|
|
|
|
[dependencies.rustix]
|
|
version = "0.38.37"
|
|
features = [
|
|
"fs",
|
|
"event",
|
|
]
|
|
|
|
[dependencies.tempfile]
|
|
version = "3.13.0"
|
|
|
|
[dependencies.thiserror]
|
|
version = "1"
|
|
|
|
[dependencies.tree_magic_mini]
|
|
version = "3.1.5"
|
|
|
|
[dependencies.wayland-backend]
|
|
version = "0.3.7"
|
|
|
|
[dependencies.wayland-client]
|
|
version = "0.31.6"
|
|
|
|
[dependencies.wayland-protocols]
|
|
version = "0.32.4"
|
|
features = ["client"]
|
|
|
|
[dependencies.wayland-protocols-wlr]
|
|
version = "0.3.4"
|
|
features = ["client"]
|
|
|
|
[dev-dependencies.proptest]
|
|
version = "1.5.0"
|
|
|
|
[dev-dependencies.proptest-derive]
|
|
version = "0.5.0"
|
|
|
|
[dev-dependencies.wayland-protocols]
|
|
version = "0.32.4"
|
|
features = ["server"]
|
|
|
|
[dev-dependencies.wayland-protocols-wlr]
|
|
version = "0.3.4"
|
|
features = ["server"]
|
|
|
|
[dev-dependencies.wayland-server]
|
|
version = "0.31.5"
|
|
|
|
[features]
|
|
dlopen = [
|
|
"native_lib",
|
|
"wayland-backend/dlopen",
|
|
"wayland-backend/dlopen",
|
|
]
|
|
native_lib = [
|
|
"wayland-backend/client_system",
|
|
"wayland-backend/server_system",
|
|
]
|