halley-wl 0.2.0

Wayland backend and rendering implementation for the Halley Wayland compositor.
# 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 = "halley-wl"
version = "0.2.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 = "Wayland backend and rendering implementation 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_wl"
path = "src/lib.rs"

[dependencies.calloop]
version = "0.14.4"

[dependencies.chrono]
version = "0.4.44"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.cosmic-text]
version = "0.18.2"
features = ["swash"]

[dependencies.eventline]
version = "0.8.0"

[dependencies.glam]
version = "0.32.1"

[dependencies.halley-capit]
version = "0.2.0"

[dependencies.halley-config]
version = "0.2.0"

[dependencies.halley-core]
version = "0.2.0"

[dependencies.halley-ipc]
version = "0.2.0"

[dependencies.image]
version = "0.25.10"
features = [
    "jpeg",
    "png",
]
default-features = false

[dependencies.notify]
version = "8.2.0"

[dependencies.once_cell]
version = "1.21.4"

[dependencies.pollster]
version = "0.4.0"

[dependencies.postcard]
version = "1.1.3"
features = ["use-std"]

[dependencies.regex]
version = "1.12.3"

[dependencies.resvg]
version = "0.47.0"

[dependencies.rune-cfg]
version = "0.4.4"

[dependencies.rustix]
version = "1.1.4"
features = ["runtime"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.smallvec]
version = "1.15.1"

[dependencies.smithay]
version = "0.7.0"
features = [
    "backend_winit",
    "backend_drm",
    "backend_gbm",
    "backend_egl",
    "backend_libinput",
    "backend_session_libseat",
    "backend_udev",
    "backend_session",
    "renderer_gl",
    "renderer_multi",
    "wayland_frontend",
    "desktop",
]
default-features = false

[dependencies.wgpu]
version = "29.0.1"

[dependencies.xcursor]
version = "0.3.10"

[dependencies.xkbcommon]
version = "0.9.0"