33 lines
914 B
TOML
33 lines
914 B
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]
|
|
name = "x11-clipboard"
|
|
version = "0.9.2"
|
|
authors = ["quininer kel <quininer@live.com>"]
|
|
description = "x11 clipboard support for Rust."
|
|
documentation = "https://docs.rs/x11-clipboard/"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"x11",
|
|
"xcb",
|
|
"clipboard",
|
|
]
|
|
license = "MIT"
|
|
repository = "https://github.com/quininer/x11-clipboard"
|
|
|
|
[dependencies.libc]
|
|
version = "0.2.152"
|
|
|
|
[dependencies.x11rb]
|
|
version = "0.13.0"
|
|
features = ["xfixes"]
|