52 lines
1.3 KiB
TOML
52 lines
1.3 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 = "2018"
|
|
name = "clipboard-win"
|
|
version = "5.4.0"
|
|
authors = ["Douman <douman@gmx.se>"]
|
|
include = [
|
|
"**/*.rs",
|
|
"Cargo.toml",
|
|
"README.md",
|
|
]
|
|
description = "Provides simple way to interact with Windows clipboard."
|
|
documentation = "https://docs.rs/crate/clipboard-win"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"Windows",
|
|
"winapi",
|
|
"clipboard",
|
|
]
|
|
categories = ["os::windows-apis"]
|
|
license = "BSL-1.0"
|
|
repository = "https://github.com/DoumanAsh/clipboard-win"
|
|
|
|
[package.metadata.docs.rs]
|
|
default-target = "x86_64-pc-windows-msvc"
|
|
features = ["monitor"]
|
|
|
|
[[test]]
|
|
name = "monitor"
|
|
required-features = ["monitor"]
|
|
|
|
[features]
|
|
monitor = ["windows-win"]
|
|
std = ["error-code/std"]
|
|
|
|
[target."cfg(windows)".dependencies.error-code]
|
|
version = "3"
|
|
|
|
[target."cfg(windows)".dependencies.windows-win]
|
|
version = "3"
|
|
optional = true
|