# 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 = "x11oo" version = "0.4.2" authors = ["Richard Neumann "] exclude = [".gitignore"] description = "Object-oriented API to X11" homepage = "https://github.com/conqp/x11oo/" documentation = "https://docs.rs/x11oo" readme = "README.md" keywords = [ "X11", "object-oriented", ] categories = [ "api-bindings", "gui", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/conqp/x11oo/" [package.metadata.docs.rs] all-features = true [dependencies.x11] version = "2.21.0" features = ["xlib"] [build-dependencies.pkg-config] version = "0.3.27" [features] xfixes = ["x11/xfixes"]