# 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] edition = "2021" rust-version = "1.63" name = "x11rb-async" version = "0.13.1" authors = [ "Uli Schlachter ", "Eduardo Sánchez Muñoz ", "notgull ", ] description = "Async Rust bindings to X11" readme = "README.md" keywords = [ "xcb", "X11", "async", ] license = "MIT OR Apache-2.0" repository = "https://github.com/psychon/x11rb" resolver = "1" [package.metadata.docs.rs] all-features = true [[example]] name = "shared_memory_async" required-features = ["shm"] [dependencies.async-io] version = "2.3" [dependencies.async-lock] version = "3.3" [dependencies.blocking] version = "1.5" [dependencies.event-listener] version = "5.0" [dependencies.futures-lite] version = "2.2" [dependencies.tracing] version = "0.1.33" default-features = false [dependencies.x11rb] version = "0.13.1" default-features = false [dependencies.x11rb-protocol] version = "0.13.1" features = ["std"] default-features = false [dev-dependencies.async-executor] version = "1.8" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] all-extensions = [ "x11rb-protocol/all-extensions", "composite", "damage", "dbe", "dpms", "dri2", "dri3", "glx", "present", "randr", "record", "render", "res", "screensaver", "shape", "shm", "sync", "xevie", "xf86dri", "xf86vidmode", "xfixes", "xinerama", "xinput", "xkb", "xprint", "xselinux", "xtest", "xv", "xvmc", ] allow-unsafe-code = ["x11rb/allow-unsafe-code"] composite = [ "x11rb-protocol/composite", "xfixes", ] damage = [ "x11rb-protocol/damage", "xfixes", ] dbe = ["x11rb-protocol/dbe"] dpms = ["x11rb-protocol/dpms"] dri2 = ["x11rb-protocol/dri2"] dri3 = ["x11rb-protocol/dri3"] extra-traits = ["x11rb-protocol/extra-traits"] glx = ["x11rb-protocol/glx"] present = [ "x11rb-protocol/present", "randr", "xfixes", "sync", ] randr = [ "x11rb-protocol/randr", "render", ] record = ["x11rb-protocol/record"] render = ["x11rb-protocol/render"] res = ["x11rb-protocol/res"] screensaver = ["x11rb-protocol/screensaver"] shape = ["x11rb-protocol/shape"] shm = ["x11rb-protocol/shm"] sync = ["x11rb-protocol/sync"] xevie = ["x11rb-protocol/xevie"] xf86dri = ["x11rb-protocol/xf86dri"] xf86vidmode = ["x11rb-protocol/xf86vidmode"] xfixes = [ "x11rb-protocol/xfixes", "render", "shape", ] xinerama = ["x11rb-protocol/xinerama"] xinput = [ "x11rb-protocol/xinput", "xfixes", ] xkb = ["x11rb-protocol/xkb"] xprint = ["x11rb-protocol/xprint"] xselinux = ["x11rb-protocol/xselinux"] xtest = ["x11rb-protocol/xtest"] xv = [ "x11rb-protocol/xv", "shm", ] xvmc = [ "x11rb-protocol/xvmc", "xv", ] [target."cfg(unix)".dev-dependencies.rustix] version = "0.38" features = [ "mm", "pipe", ] default-features = false