slasher-horrorscripts 0.1.1

A Rust-based CLI tool that displays high-quality ANSI art of horror movie icons in your terminal
# 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 = "slasher-horrorscripts"
version = "0.1.1"
authors = ["T.Sawyer <saylesss87@proton.me"]
build = false
exclude = [
    "result",
    "docs",
    ".github",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "slasher-horrorscripts"
description = "A Rust-based CLI tool that displays high-quality ANSI art of horror movie icons in your terminal"
homepage = "https://github.com/saylesss88/slasher-horrorscripts"
readme = "README.md"
keywords = [
    "rust",
    "terminal",
]
license = "MIT"
repository = "https://github.com/saylesss88/slasher-horrorscripts"

[[bin]]
name = "convert"
path = "src/bin/convert.rs"

[[bin]]
name = "slasher-horrorscripts"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.image]
version = "0.25"

[dependencies.px2ansi-rs]
version = "0.1.1"

[dependencies.rand]
version = "0.8"

[dependencies.rust-embed]
version = "8.0"