[package] name = "async-xcb" version = "0.1.0" edition = "2021" [dependencies] async-io = "1.6" async-std = { version = "1.11", features = ["attributes"] } futures = "0.3" futures-lite = "1.12" nix = "0.23" # git source needed until extension event error resolution fix is released xcb = { git = "https://github.com/rust-x-bindings/rust-xcb", rev = "d09b5f91bc07d56673f1bc0d6c7ecd72b5ff7b3e" }