cat2text 1.0.1

A port of Cat2Text to Rust, with extra functionality, better documentation, and support for using it as a library as well.
Documentation
[[bin]]
name = "cat2text"
path = "src/main.rs"

[dependencies.clap]
features = ["derive", "cargo"]
version = "4.5.27"

[dependencies.clap_complete]
version = "4.5.44"

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

[package]
authors = ["askiiart <mail@askiiart.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding"]
description = "A port of Cat2Text to Rust, with extra functionality, better documentation, and support for using it as a library as well."
edition = "2021"
keywords = ["base4", "meow", "base16"]
license = "GPL-3.0-or-later"
name = "cat2text"
readme = "README.md"
repository = "https://github.com/askiiart/cat2text-rs"
version = "1.0.1"

[profile.release]
opt-level = 3