oliframe 0.3.8

Add a simple border to one or more images
# 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 = "oliframe"
version = "0.3.8"
build = false
exclude = [
    "samples/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Add a simple border to one or more images"
homepage = "https://github.com/calteran/oliframe"
documentation = "https://docs.rs/oliframe"
readme = "README.md"
keywords = [
    "image",
    "border",
    "frame",
]
categories = [
    "command-line-utilities",
    "graphics",
]
license = "MIT"
repository = "https://github.com/calteran/oliframe"
resolver = "3"

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

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

[dependencies.csscolorparser]
version = "0.8.2"

[dependencies.derive-getters]
version = "0.5.0"
features = ["auto_copy_getters"]

[dependencies.env_logger]
version = "0.11.8"

[dependencies.image]
version = "0.25.9"
features = [
    "bmp",
    "gif",
    "hdr",
    "ico",
    "jpeg",
    "png",
    "tga",
    "tiff",
    "webp",
    "rayon",
]
default-features = false

[dependencies.log]
version = "0.4.29"

[dependencies.rayon]
version = "1.11.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[dependencies.strum_macros]
version = "0.27.2"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.fs_extra]
version = "1.3.0"

[dev-dependencies.tempfile]
version = "3.24.0"

[dev-dependencies.xxhash-rust]
version = "0.8.15"
features = ["xxh3"]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin_include)"]