bbcat 0.5.2

Decode ANSI and BBS art in Rust, view it in terminals, or export PNG, APNG, and GIF images
Documentation
[package]
name = "bbcat"
version = "0.5.2"
edition = "2024"
description = "Decode ANSI and BBS art in Rust, view it in terminals, or export PNG, APNG, and GIF images"
license = "MIT AND BSD-2-Clause AND Zlib AND LicenseRef-Empathy-font"
readme = "README.md"
documentation = "https://docs.rs/bbcat"
repository = "https://github.com/EriksRemess/bbcat"
keywords = ["ansi-art", "bbs", "kitty", "ripscrip", "terminal"]
categories = ["command-line-utilities", "multimedia::images"]
include = [
    "/src/**",
    "/tests/**",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE",
    "/THIRD_PARTY_LICENSES",
]

[dependencies]