float-clock-wayland 0.2.1

Always-on-top floating desktop clock widget for Wayland compositors.
# 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 = "float-clock-wayland"
version = "0.2.1"
build = false
exclude = [
    "clock",
    "TODO.md",
    "Tasks.md",
    "README copy.md",
    "docs/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Always-on-top floating desktop clock widget for Wayland compositors."
homepage = "https://github.com/Frank-C0/float-clock-wayland"
readme = "README.md"
keywords = [
    "wayland",
    "clock",
    "hyprland",
    "gtk",
    "overlay",
]
categories = [
    "gui",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/Frank-C0/float-clock-wayland"

[[bin]]
name = "float-clock-wayland"
path = "src/main.rs"

[dependencies.cairo-rs]
version = "0.18"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.env_logger]
version = "0.11"

[dependencies.glib]
version = "0.18"

[dependencies.gtk]
version = "0.18"

[dependencies.gtk-layer-shell]
version = "0.8"

[dependencies.log]
version = "0.4"

[dependencies.pango]
version = "0.18"

[dependencies.pangocairo]
version = "0.18"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.8"

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "forbid"

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