imageslapper 0.2.0

A tool for processing and manipulating images with parallelism and advanced rendering.
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"
name = "imageslapper"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool for processing and manipulating images with parallelism and advanced rendering."
readme = "README.md"
keywords = [
    "image-processing",
    "parallel",
    "rendering",
    "rust",
]
categories = [
    "graphics",
    "command-line-utilities",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/ofluffydev/imageslapper"

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

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

[[example]]
name = "side-by-side"
path = "examples/side-by-side.rs"

[dependencies.barcoders]
version = "2.0.0"
features = ["image"]

[dependencies.image]
version = "0.25.6"
features = [
    "avif",
    "avif-native",
]

[dependencies.qoi]
version = "0.4.1"

[dependencies.rayon]
version = "1.10.0"

[dependencies.rgb]
version = "0.8.50"

[dependencies.rusttype]
version = "0.9.3"

[dependencies.tokio]
version = "1.45.0"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]