waybackend-cursor 0.10.1

Cursor implementation for waybackend
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 = "waybackend-cursor"
version = "0.10.1"
authors = ["Leonardo Gibrowski FaƩ <leonardo.fae44@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cursor implementation for waybackend"
readme = "README.md"
keywords = [
    "wayland",
    "client",
    "cursor",
]
license-file = "LICENSE"
repository = "https://codeberg.org/LGFae/waybackend"

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

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

[dependencies.waybackend]
version = "0.10"

[dependencies.xcursor]
version = "0.3"

[lints.clippy.complexity]
level = "warn"
priority = -1

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.perf]
level = "deny"
priority = -1

[lints.clippy.style]
level = "deny"
priority = -1

[lints.clippy.suspicious]
level = "deny"
priority = -1