# 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" name = "xcb-rust-connection" version = "0.2.2" description = "Rust x11 connection interface layer" homepage = "https://github.com/MarcusGrass/xcb-rust" documentation = "https://docs.rs/xcb-rust-connection" readme = "Readme.md" keywords = [ "ffi", "bindings", "operating", "system", "linux", ] categories = [ "external-ffi-bindings", "no-std", "os", ] license = "MPL-2.0" repository = "https://github.com/MarcusGrass/xcb-rust" [dependencies.rusl] version = "0.3.0" features = ["alloc"] [dependencies.sc] version = "0.2.7" [dependencies.smallmap] version = "1.4.1" default-features = false [dependencies.tiny-std] version = "0.2.4" [dependencies.xcb-rust-protocol] version = "0.2.3" features = [ "xproto", "xc_misc", "render", "bigreq", ] [features] all = ["xcb-rust-protocol/all"] composite = ["xcb-rust-protocol/composite"] damage = ["xcb-rust-protocol/damage"] dbe = ["xcb-rust-protocol/dbe"] debug = [] default = [] dpms = ["xcb-rust-protocol/dpms"] dri2 = ["xcb-rust-protocol/dri2"] dri3 = ["xcb-rust-protocol/dri3"] ge = ["xcb-rust-protocol/ge"] present = ["xcb-rust-protocol/present"] randr = ["xcb-rust-protocol/randr"] record = ["xcb-rust-protocol/record"] screensaver = ["xcb-rust-protocol/screensaver"] shape = ["xcb-rust-protocol/shape"] shm = ["xcb-rust-protocol/shm"] sync = ["xcb-rust-protocol/sync"] xevie = ["xcb-rust-protocol/xevie"] xf86vidmode = ["xcb-rust-protocol/xf86vidmode"] xinerama = ["xcb-rust-protocol/xinerama"] xinput = ["xcb-rust-protocol/xinput"] xkb = ["xcb-rust-protocol/xkb"] xprint = ["xcb-rust-protocol/xprint"] xtest = ["xcb-rust-protocol/xtest"] xv = ["xcb-rust-protocol/xv"] xvmc = ["xcb-rust-protocol/xvmc"]