xclipboard 0.16.3

Cross-platform clipboard with extra features.
Documentation
# 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 = "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