bbcat 0.1.9

View ANSI, DIZ, ADF, RIPscrip, and XBin art in terminals or export PNG images
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 = "bbcat"
version = "0.1.9"
build = false
include = [
    "/src/**",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE",
    "/THIRD_PARTY_LICENSES",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "View ANSI, DIZ, ADF, RIPscrip, and XBin art in terminals or export PNG images"
documentation = "https://docs.rs/bbcat"
readme = "README.md"
keywords = [
    "ansi-art",
    "bbs",
    "kitty",
    "ripscrip",
    "terminal",
]
categories = [
    "command-line-utilities",
    "multimedia::images",
]
license = "MIT AND BSD-2-Clause AND Zlib"
repository = "https://github.com/EriksRemess/bbcat"

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

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

[dependencies]