ansee 0.1.3

ANSI escaped text to image CLI tool and Rust library
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 = "ansee"
version = "0.1.3"
authors = ["Felipe Coury <felipe.coury@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ANSI escaped text to image CLI tool and Rust library"
readme = "README.md"
keywords = [
    "ansi",
    "image",
    "text2image",
    "cli",
    "tool",
]
categories = [
    "command-line-utilities",
    "graphics",
    "rendering",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/codersauce/ansee"

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

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[dependencies.ab_glyph]
version = "0.2.29"

[dependencies.ansi-parser]
version = "0.9.1"

[dependencies.anyhow]
version = "1.0.95"

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

[dependencies.dafont]
version = "0.1.1"

[dependencies.font-kit]
version = "0.14.2"

[dependencies.image]
version = "0.25.5"

[dependencies.imageproc]
version = "0.25.0"

[dependencies.lazy_static]
version = "1.5.0"