# 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 = "2018" name = "rxscreen" version = "0.1.7" authors = ["27justin "] build = "build.rs" exclude = ["./examples"] autoexamples = false description = "A wrapper around libx11 to capture screenshots and save them" readme = "README.md" keywords = [ "x11", "screenshot", "display", "xrandr", "mit-shm", ] license = "MIT" repository = "https://github.com/27justin/rxscreen" [package.metadata.docs.rs] features = [ "xrandr", "shm", "mouse", ] [dependencies.image] version = "^0.23" optional = true [dependencies.libc] version = "0.2" [features] mouse = [] save = ["dep:image"] shm = [] xrandr = []