# 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 = "libharuhishot" version = "0.4.0" authors = ["Decodertalkers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "impl screencopy for wayland" homepage = "https://github.com/Decodetalkers/haruhishot" documentation = "https://docs.rs/libharuhishot/" readme = "README.md" keywords = ["wayland"] license = "MIT" [lib] name = "libharuhishot" path = "src/lib.rs" [dependencies.image] version = "0.25" features = [ "jpeg", "png", "pnm", ] default-features = false [dependencies.memmap2] version = "0.9.5" [dependencies.nix] version = "0.29.0" features = [ "fs", "mman", ] [dependencies.thiserror] version = "1.0.64" [dependencies.tracing] version = "0.1.40" [dependencies.wayland-client] version = "0.31" [dependencies.wayland-protocols] version = "0.32.4" features = [ "unstable", "client", ] default-features = false [dependencies.wayland-protocols-wlr] version = "0.3.4" features = ["client"] default-features = false