# 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 = "x11-sys" version = "0.1.1" description = "X11 library bindings" homepage = "https://github.com/daggerbot/x11-sys" documentation = "https://docs.rs/x11-sys" readme = "README.md" license = "MIT" repository = "https://github.com/daggerbot/x11-sys" [build-dependencies.bindgen] version = "0.62.0" [build-dependencies.pkg-config] version = "0.3.26" [features] all = [ "glx", "x11", "x11-xcb", "xcursor", "xext", "xfixes", "xft", "xi", "xinerama", "xmu", "xpresent", "xrandr", "xrender", "xss", "xt", "xtst", "xxf86vm", ] all-headers = [ "glx-headers", "x11-headers", "x11-xcb-headers", "xcursor-headers", "xext-headers", "xfixes-headers", "xft-headers", "xi-headers", "xinerama-headers", "xmu-headers", "xpresent-headers", "xrandr-headers", "xrender-headers", "xss-headers", "xt-headers", "xtst-headers", "xxf86vm-headers", ] default = [] glx = ["glx-headers"] glx-headers = [] macos = [] x11 = ["x11-headers"] x11-headers = [] x11-xcb = ["x11-xcb-headers"] x11-xcb-headers = [] xcursor = ["xcursor-headers"] xcursor-headers = [] xext = ["xext-headers"] xext-headers = [] xfixes = ["xfixes-headers"] xfixes-headers = [] xft = ["xft-headers"] xft-headers = [] xi = ["xi-headers"] xi-headers = [] xinerama = ["xinerama-headers"] xinerama-headers = [] xmu = ["xmu-headers"] xmu-headers = [] xpresent = ["xpresent-headers"] xpresent-headers = [] xrandr = ["xrandr-headers"] xrandr-headers = [] xrender = ["xrender-headers"] xrender-headers = [] xss = ["xss-headers"] xss-headers = [] xt = ["xt-headers"] xt-headers = [] xtst = ["xtst-headers"] xtst-headers = [] xxf86vm = ["xxf86vm-headers"] xxf86vm-headers = []