moggu 0.1.1

A lightning-fast TUI image processing tool with 21+ professional filters in under 200ms
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 = "moggu"
version = "0.1.1"
authors = ["Aditya Mandal <mandaladitya1614@gmail.com>"]
build = false
exclude = [
    "dev-tools/",
    "test_images/",
    "*.jpeg",
    "*.png",
    "*.txt",
    "*.ppm",
    "*.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightning-fast TUI image processing tool with 21+ professional filters in under 200ms"
homepage = "https://github.com/Aditya-1304/moggu"
readme = "README.md"
keywords = [
    "image",
    "processing",
    "tui",
    "filters",
    "terminal",
]
categories = [
    "multimedia::images",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/Aditya-1304/moggu"

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.image]
version = "0.25.6"

[dependencies.rand]
version = "0.9.2"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.rfd]
version = "0.15.4"

[dependencies.tokio]
version = "1.47.1"
features = ["full"]