aaa 2.0.0

Swiss Army knife for animated ascii art
# 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 = "aaa"
version = "2.0.0"
authors = ["asciimoth"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Swiss Army knife for animated ascii art"
readme = "README.md"
keywords = [
    "3a",
    "animated-ascii-art",
    "text",
    "ascii",
    "ascii-art",
]
categories = [
    "command-line-utilities",
    "graphics",
    "multimedia",
    "multimedia::encoding",
    "rendering",
]
license = "GPL-3.0"
repository = "https://github.com/asciimoth/aaa"

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

[dependencies.ab_glyph]
version = "0.2.32"

[dependencies.anyhow]
version = "1.0.101"

[dependencies.atty]
version = "0.2.14"

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

[dependencies.clap_complete]
version = "4.5.66"

[dependencies.clap_complete_nushell]
version = "4.5.10"

[dependencies.ctrlc]
version = "3.5.2"

[dependencies.image]
version = "0.25.9"

[dependencies.imageproc]
version = "0.26.0"

[dependencies.rs3a]
version = "2.4.8"

[dependencies.rust-embed]
version = "8.11.0"

[dependencies.tempfile]
version = "3.25.0"