[package]
edition = "2024"
name = "libharuhishot"
version = "0.7.1"
authors = ["Decodertalkers <aakari@tutanota.com>"]
build = false
autolib = 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"
repository = "https://github.com/Decodetalkers/haruhishot"
[lib]
name = "libharuhishot"
path = "src/lib.rs"
[dependencies.image]
version = "0.25"
features = [
"jpeg",
"png",
"pnm",
]
default-features = false
[dependencies.memmap2]
version = "0.9.10"
[dependencies.nix]
version = "0.31.1"
features = [
"fs",
"mman",
]
[dependencies.thiserror]
version = "2.0.18"
[dependencies.tracing]
version = "0.1.44"
[dependencies.wayland-client]
version = "0.31"
[dependencies.wayland-protocols]
version = "0.32.10"
features = [
"unstable",
"client",
"staging",
]
default-features = false
[dependencies.wayland-protocols-wlr]
version = "0.3.10"
features = ["client"]
default-features = false