# 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 = "xcb-util" version = "0.4.0" authors = ["meh. "] description = "Rust bindings and wrappers for XCB utility functions." keywords = ["x11", "xcb"] license = "MIT" repository = "https://github.com/meh/rust-xcb-util" [package.metadata.docs.rs] all-features = true [dependencies.libc] version = "0.2" [dependencies.xcb] version = "0.10" [features] cursor = [] ewmh = [] icccm = [] image = [] keysyms = [] misc = ["icccm"] render = [] shm = ["xcb/shm"] static = [] thread = ["xcb/thread"]