thumbnailify 0.1.4

A Rust library for generating and caching thumbnails using the GNOME thumbnailer approach.
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 = "thumbnailify"
version = "0.1.4"
authors = ["Luis Garcia <git@luigi311.com>"]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for generating and caching thumbnails using the GNOME thumbnailer approach."
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/luigi311/thumbnailify"
resolver = "3"

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.image]
version = "0.25.5"

[dependencies.log]
version = "0.4.26"

[dependencies.md-5]
version = "0.10.6"

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.png]
version = "0.17.16"

[dependencies.rust-ini]
version = "0.21.1"

[dependencies.shell-words]
version = "1.1.0"

[dependencies.tempfile]
version = "3.17.1"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.url]
version = "2.5.4"

[dependencies.which]
version = "7.0.2"

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.temp-env]
version = "0.3.6"

[profile.release]
opt-level = 3
lto = "thin"