sip 0.2.0

Interactive Wayland screen-region selector with slurp-compatible output
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 = "sip"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive Wayland screen-region selector with slurp-compatible output"
readme = "README.md"
license = "EUPL-1.2"
repository = "https://git.notashelf.dev/notashelf/sip"

[features]
cli = ["dep:pound"]
default = ["cli"]

[lib]
name = "sip"
path = "src/lib.rs"

[[bin]]
name = "sip"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.fontdb]
version = "0.24.0"

[dependencies.fontdue]
version = "0.9.4"

[dependencies.memmap2]
version = "0.9.11"

[dependencies.pound]
version = "0.1.6"
optional = true

[dependencies.rustix]
version = "1.1.4"
features = [
    "fs",
    "mm",
    "shm",
]

[dependencies.tiny-skia]
version = "0.12.0"

[dependencies.wayland-client]
version = "0.31.15"

[dependencies.wayland-protocols]
version = "0.32.13"
features = [
    "client",
    "unstable",
    "staging",
]

[dependencies.wayland-protocols-wlr]
version = "0.3.12"
features = ["client"]

[dependencies.xkbcommon]
version = "0.9.0"

[profile.release]
lto = "thin"
codegen-units = 1
strip = true