[package]
edition = "2024"
name = "halley-capit"
version = "0.1.0"
authors = ["Dustin Pilgrim <dustin.pilgrim1997@gmail.com>"]
build = false
exclude = [
"/.github",
"/target",
"/.idea",
"/.vscode",
"Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Screen capture and screencopy library for the Halley Wayland compositor."
readme = "README.md"
keywords = [
"wayland",
"compositor",
"rust",
"linux",
]
categories = [
"os::linux-apis",
"gui",
]
license = "GPL-3.0-only"
repository = "https://github.com/saltnpepper97/halley"
resolver = "2"
[lib]
name = "halley_capit"
path = "src/lib.rs"
[dependencies.image]
version = "0.25.10"
features = [
"jpeg",
"png",
]
default-features = false
[dependencies.memmap2]
version = "0.9.10"
[dependencies.smithay-client-toolkit]
version = "0.20.0"
[dependencies.tempfile]
version = "3.27.0"
[dependencies.wayland-client]
version = "0.31.14"
[dependencies.wayland-protocols-wlr]
version = "0.3.12"
features = ["client"]