[package]
edition = "2021"
name = "xclipboard"
version = "0.16.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform clipboard with extra features."
homepage = "https://saveoursecrets.com"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/saveoursecrets/sdk"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "xclipboard"
path = "src/lib.rs"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = [
"rt",
"macros",
"time",
"sync",
]
[dependencies.tracing]
version = "0.1"
[dependencies.zeroize]
version = "1"
[build-dependencies.rustc_version]
version = "0.4.1"
[target.'cfg(all(not(target_os = "android"), not(target_os = "ios")))'.dependencies.arboard]
version = "3"
default-features = false