satty 0.22.0

Modern Screenshot Annotation.
# 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 = "satty"
version = "0.22.0"
authors = ["Matthias Gabriel <gabm+aur@mailbox.org>"]
build = "build.rs"
include = [
    "src/**/*",
    "Cargo.toml",
    "Cargo.lock",
    "LICENSE*",
    "README.md",
    "assets/",
    "build.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modern Screenshot Annotation."
homepage = "https://github.com/Satty-org/Satty"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/Satty-org/Satty"

[features]
ci-release = []

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.epoxy]
version = "0.1.0"

[dependencies.femtovg]
version = "0.26.0"

[dependencies.fontconfig]
version = "0.11.0"

[dependencies.glow]
version = "0.18.0"

[dependencies.hex_color]
version = "3"
features = ["serde"]

[dependencies.image]
version = "0.25.0"
features = ["png"]
default-features = false

[dependencies.keycode]
version = "1.0.0"

[dependencies.libloading]
version = "0.9"

[dependencies.relm4]
version = "0.10.1"
features = [
    "macros",
    "libadwaita",
    "gnome_42",
]

[dependencies.relm4-icons]
version = "0.10.0"

[dependencies.resource]
version = "0.6.1"

[dependencies.satty_cli]
version = "0.22.0"

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

[dependencies.serde_derive]
version = "1.0"

[dependencies.tempfile]
version = "3.27"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.53.1"
features = ["time"]

[dependencies.toml]
version = "1.1.3"

[dependencies.xdg]
version = "^3.0"

[build-dependencies.clap]
version = "4.6.4"
features = ["derive"]

[build-dependencies.clap_complete]
version = "4.6.8"

[build-dependencies.clap_complete_fig]
version = "4.5.2"

[build-dependencies.clap_complete_nushell]
version = "4.6.0"

[build-dependencies.clap_mangen]
version = "0.3.0"

[build-dependencies.relm4-icons-build]
version = "0.11"

[build-dependencies.satty_cli]
version = "0.22.0"