[[bin]]
name = "cp437-help"
path = "src/help/main.rs"
[[bin]]
name = "cp437-read-meta"
path = "src/read-meta/main.rs"
[[bin]]
name = "cp437-to-png"
path = "src/to-png/main.rs"
[[bin]]
name = "cp437-to-txt"
path = "src/to-txt/main.rs"
[dependencies.endianness]
version = "0.2"
[dependencies.humansize]
version = "2"
[dependencies.indoc]
version = "2"
[dependencies.lazy_static]
version = "1"
[dependencies.png]
version = "0.17"
[dependencies.rust-embed]
features = ["include-exclude", "interpolate-folder-path"]
version = "8"
[dependencies.ttf-parser]
version = "0.20"
[lints.clippy]
implicit_return = "deny"
needless_borrow = "allow"
needless_return = "allow"
ptr_arg = "allow"
[lints.rust]
unused_imports = "deny"
unused_variables = "deny"
[package]
authors = ["kip93 <leandro@kip93.net>"]
categories = ["command-line-utilities", "multimedia::images"]
description = "Small collection of tools to handle CP437 files"
edition = "2021"
keywords = ["ansi", "art", "ascii", "cli", "cp437"]
license = "GPL-3.0-or-later AND CC-BY-SA-4.0"
name = "cp437-tools"
publish = true
readme = "README.md"
repository = "https://github.com/kip93/cp437-tools"
rust-version = "1.77.0"
version = "0.3.2"