# 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" rust-version = "1.74" name = "tapciify" version = "3.3.1" authors = ["Aleksei Rybin <0xalekseirybin@gmail.com>"] exclude = [ "assets/*", ".github/*", "examples/*", ] description = "CLI tool that can let you view images in terminal as ASCII art" homepage = "https://github.com/tapciify/tapciify" documentation = "https://docs.rs/tapciify" readme = "README.md" keywords = [ "image", "ascii", "terminal", "cli", ] categories = [ "command-line-utilities", "multimedia", "multimedia::images", "multimedia::video", "visualization", ] license = "MIT" repository = "https://github.com/tapciify/tapciify" [[bin]] name = "tapciify" required-features = ["player"] [dependencies.clap] version = "4" features = ["derive"] optional = true [dependencies.colored] version = "2" [dependencies.crossterm] version = "0.27" optional = true [dependencies.glob] version = "0.3" optional = true [dependencies.image] version = "0.25" features = ["default-formats"] default_features = false [dependencies.imageproc] version = "0.24" optional = true default_features = false [dependencies.indicatif] version = "0.17" optional = true [dependencies.rayon] version = "1" optional = true [features] background-string = ["threshold-utils"] braille = ["threshold-utils"] default = ["full"] full = [ "rayon", "player", ] multithreading = ["rayon"] parallelism = ["rayon"] player = [ "braille", "background-string", "dep:clap", "dep:crossterm", "dep:glob", "dep:imageproc", "dep:indicatif", ] rayon = [ "dep:rayon", "imageproc/rayon", "image/rayon", "indicatif/rayon", ] threshold-utils = []