# 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 = "safex11" version = "0.0.6" authors = ["Michael Zhang "] description = "Safe, high-level x11 bindings" documentation = "https://docs.rs/safex11" readme = "README.md" license-file = "LICENSE" repository = "https://git.mzhang.io/michael/safex11" [package.metadata.docs.rs] all-features = true [dependencies.bitflags] version = "2.4.0" [dependencies.derivative] version = "2.2.0" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4.20" [dependencies.thiserror] version = "1.0.47" [dependencies.x11] version = "2.21" [build-dependencies.gl_generator] version = "0.14.0" optional = true [features] default = ["xlib"] glx = [ "x11/glx", "xlib", "gl_generator", ] xinerama = [ "x11/xinerama", "xlib", ] xinput = ["x11/xinput"] xlib = ["x11/xlib"] xrender = ["x11/xrender"]