# 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 = "libwayshot" version = "0.3.0" authors = ["Shinyzenith "] description = "Screenshot crate for wlroots based compositors implementing the zwlr_screencopy_v1 protocol." readme = "README.md" keywords = [ "screenshot", "wayland", "wlroots", "wayshot", ] license = "BSD-2-Clause" repository = "https://git.sr.ht/~shinyzenith/wayshot" [dependencies.image] version = "0.24" default-features = false [dependencies.log] version = "0.4.20" [dependencies.memmap2] version = "0.9.0" [dependencies.nix] version = "0.27.1" features = [ "fs", "mman", ] [dependencies.thiserror] version = "1" [dependencies.wayland-client] version = "0.31.1" [dependencies.wayland-protocols] version = "0.31.0" features = [ "client", "unstable", ] [dependencies.wayland-protocols-wlr] version = "0.2.0" features = ["client"]