mirror of
https://github.com/1Password/arboard.git
synced 2025-12-23 06:01:09 +00:00
19 lines
575 B
TOML
19 lines
575 B
TOML
[package]
|
|
name = "clipboard"
|
|
version = "0.4.3"
|
|
authors = ["Avi Weinstock <aweinstock314@gmail.com>"]
|
|
description = "rust-clipboard is a cross-platform library for getting and setting the contents of the OS-level clipboard."
|
|
repository = "https://github.com/aweinstock314/rust-clipboard"
|
|
license = "MIT / Apache-2.0"
|
|
keywords = ["clipboard"]
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
clipboard-win = "2.1"
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
objc = "0.2"
|
|
objc_id = "0.1"
|
|
objc-foundation = "0.1"
|
|
|
|
[target.'cfg(target_os = "unix")'.dependencies]
|
|
x11-clipboard = "0.2"
|