monochora 0.1.8

gif to ascii art converter written in rust
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 = "monochora"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gif to ascii art converter written in rust"
readme = "README.md"
license = "MIT"

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

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

[dependencies.anyhow]
version = "1.0.71"

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

[dependencies.crossterm]
version = "0.26.1"

[dependencies.gif]
version = "0.12.0"

[dependencies.image]
version = "0.24.6"

[dependencies.imageproc]
version = "0.23.0"

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.11"
features = ["stream"]

[dependencies.rusttype]
version = "0.9.3"

[dependencies.tempfile]
version = "3.8"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.28.2"
features = ["full"]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]

[dependencies.url]
version = "2.4"