libharuhishot 0.7.1

impl screencopy for wayland
Documentation
# 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 = "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