[dependencies.image]
version = "0.23"
[dependencies.reqwest]
optional = true
version = "0.10"
[dependencies.tempfile]
optional = true
version = "3.1"
[dependencies.tokio]
features = ["full"]
optional = true
version = "0.2"
[features]
fetch = ["reqwest", "tempfile", "tokio"]
[package]
authors = ["Evan Maddock <maddock.evan@vivaldi.net>"]
categories = ["multimedia::images"]
description = "Rust library to easily turn images into ASCII art"
edition = "2018"
keywords = ["ascii", "graphics", "images"]
license = "Apache-2.0"
name = "asciifyer"
repository = "https://github.com/EbonJaeger/asciifyer"
version = "0.1.1"