rahmen 0.2.0

Rahmen is a lightweight image presenter
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"
rust-version = "1.85"
name = "rahmen"
version = "0.2.0"
authors = [
    "Moritz Hoffmann <antiguru@gmail.com>",
    "sys3175 <https://github.com/sys3175>",
]
build = false
exclude = [
    ".github/",
    "rustfmt.toml",
    "test.py",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rahmen is a lightweight image presenter"
homepage = "https://github.com/antiguru/rahmen"
documentation = "https://docs.rs/rahmen"
readme = "README.md"
keywords = [
    "slideshow",
    "image",
    "framebuffer",
    "exif",
    "picture-frame",
]
categories = [
    "multimedia::images",
    "command-line-utilities",
]
license = "GPL-3.0-only"
repository = "https://github.com/antiguru/rahmen"

[package.metadata.deb]
maintainer = "Moritz Hoffmann <antiguru@gmail.com>"
copyright = "2021, Moritz Hoffmann <antiguru@gmail.com>"
license-file = [
    "LICENSE",
    "0",
]
extended-description = "A simple tool to show images on a screen with little dependencies and resource requirements."
depends = "$auto"
section = "utility"
priority = "optional"
conf-files = ["/etc/rahmen.toml"]
assets = [
    [
    "rahmen.toml",
    "etc/",
    "644",
],
    [
    "target/release/rahmen",
    "usr/bin/",
    "755",
],
]

[features]
default = []

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

[[bin]]
name = "rahmen"
path = "src/bin/rahmen.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4"
features = [
    "std",
    "color",
    "help",
    "usage",
    "error-context",
]
default-features = false

[dependencies.config]
version = "0.15"
features = ["toml"]
default-features = false

[dependencies.convert_case]
version = "0.11"

[dependencies.ctrlc]
version = "3"

[dependencies.env_logger]
version = "0.11"

[dependencies.font-kit]
version = "0.14"

[dependencies.framebuffer]
version = "0.3"

[dependencies.glob]
version = "0.3"

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

[dependencies.itertools]
version = "0.14"

[dependencies.log]
version = "0.4"

[dependencies.minifb]
version = "0.28"
optional = true

[dependencies.mozjpeg]
version = "0.10"
default-features = false

[dependencies.pathfinder_geometry]
version = "0.5"

[dependencies.pyo3]
version = "0.28"
features = ["auto-initialize"]

[dependencies.rahmen-exiv2]
version = "0.2.0"

[dependencies.regex]
version = "1"

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

[dependencies.timely]
version = "0.12"

[dependencies.xdg]
version = "3"

[profile.release]
debug = 2