[dependencies.log]
optional = true
version = "0.4"
[dev-dependencies.env_logger]
version = "0.11"
[dev-dependencies.serial_test]
version = "3.2"
[features]
clipboard = []
debug = ["log"]
ewmh = []
extras = []
xinerama = []
[lib]
name = "yaxi"
path = "src/lib.rs"
[package]
authors = ["Prox"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "os", "graphics"]
description = "A rust implementation of the x11 protocol"
edition = "2021"
keywords = ["x11", "xcb", "xlib", "xproto", "protocol"]
license = "MIT OR Apache-2.0"
name = "yaxi"
readme = "README.md"
repository = "https://github.com/proxin187/yaxi"
version = "0.1.57"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "test_clipboard"
path = "tests/test_clipboard.rs"