[[bin]]
name = "ascim"
path = "src/main.rs"
[dependencies.image]
version = "0.25.8"
[dependencies.term_size]
version = "0.3.2"
[[example]]
name = "ex1"
path = "examples/ex1.rs"
[lib]
name = "ascim"
path = "src/lib.rs"
[package]
authors = ["Subham Shaw , India <shaw.subham14.05.2002@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "graphics"]
description = "Convert images to ASCII art (CLI + library)."
documentation = "https://docs.rs/ascim"
edition = "2021"
keywords = ["ascii", "ascii-art", "image", "cli"]
license-file = "LICENSE"
name = "ascim"
readme = "README.md"
repository = "https://github.com/subham008/ascim"
version = "1.0.0"