# 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 = "xrandr" version = "0.2.0" authors = [ "Rintse", "Daniel Franklin ", ] description = "Safe rust bindings to (some parts of) xrandr" readme = "README.md" keywords = [ "xrandr", "libxrandr", "libxrandr2", "bindings", "linux", ] categories = [ "os::linux-apis", "api-bindings", ] license = "MIT" repository = "https://github.com/danielzfranklin/xrandr-rs" [dependencies.indexmap] version = "1.6.2" [dependencies.itertools] version = "0.10.5" [dependencies.libc] version = "0.2.146" [dependencies.serde] version = "1.0.133" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.24" [dependencies.time] version = "0.3.20" [dependencies.x11] version = "2.18.2" features = [ "xlib", "xrandr", ] [features] serialize = [ "serde", "indexmap/serde-1", ]