bark-shell 0.1.0

A work-in-progress GTK4 desktop shell for niri
# 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 = "bark-shell"
version = "0.1.0"
build = false
exclude = [
    "/.opencode/**",
    "AGENTS.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A work-in-progress GTK4 desktop shell for niri"
readme = "README.md"
keywords = [
    "wayland",
    "niri",
    "gtk",
]
categories = ["gui"]
license = "GPL-3.0-only"
repository = "https://github.com/ivyrs/bark"

[[bin]]
name = "bark"
path = "src/main.rs"

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

[dependencies.gtk]
version = "0.11.4"
package = "gtk4"

[dependencies.gtk4-layer-shell]
version = "0.8.1"

[dependencies.niri-ipc]
version = "26.4.0"

[lints.clippy]
expect_used = "warn"
unwrap_used = "warn"

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

[lints.rust]
unsafe_code = "forbid"