# 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 = "2021" name = "shoalart" version = "0.0.100" authors = ["K--A"] description = "(WIP) Powerful ASCII Art generator, but not yet easy to use." documentation = "https://docs.rs/shoalart" readme = "README.md" keywords = [ "ascii-art", "character", "terminal", ] categories = [ "algorithms", "command-line-utilities", "graphics", "multimedia::images", ] license = "MIT OR Apache-2.0" repository = "https://github.com/eternal-io/shoalart" [profile.dev] opt-level = 2 [dependencies.ahash] version = "0.7.6" [dependencies.crossterm] version = "0.22.1" [dependencies.edge-detection] version = "0.2.5" [dependencies.image] version = "0.23.14" [dependencies.lz4_flex] version = "0.9.2" [dependencies.rustdct] version = "0.6.0" [dependencies.rusttype] version = "0.9.2" [dependencies.scrap] version = "0.5.0" [dependencies.structopt] version = "0.3.25" [dependencies.unicode-width] version = "0.1.9"