image-collage 1.0.0

Create beautiful 2x2 image collages with a blazing-fast Rust CLI and TUI
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 = "2021"
name = "image-collage"
version = "1.0.0"
authors = ["guitaripod"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create beautiful 2x2 image collages with a blazing-fast Rust CLI and TUI"
homepage = "https://github.com/guitaripod/image-collage"
readme = "README.md"
keywords = [
    "image",
    "collage",
    "photo",
    "cli",
    "tui",
]
categories = [
    "command-line-utilities",
    "multimedia::images",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/guitaripod/image-collage"

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

[[bin]]
name = "image-collage"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.image]
version = "0.25"

[dependencies.ratatui]
version = "0.28"