xcb-rust-protocol 0.3.0

Rust x11 connection interface layer
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "linux-rust-bindings"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "109280d660e557dfa6474e3b1bbe04272ba3fa5c5e5ce73b394c7b224f082caa"

[[package]]
name = "rusl"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38aa30073959cd36f07d06f2428db411e9e951cd5efd439fe2ebe69d8c91915d"
dependencies = [
 "linux-rust-bindings",
 "sc",
]

[[package]]
name = "sc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "010e18bd3bfd1d45a7e666b236c78720df0d9a7698ebaa9c1c559961eb60a38b"

[[package]]
name = "tiny-std"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6a800fdc5d631ed908ce48fb4c60288792e9acc336869a509eeb69b03c05163"
dependencies = [
 "rusl",
 "sc",
]

[[package]]
name = "xcb-rust-protocol"
version = "0.3.0"
dependencies = [
 "tiny-std",
]