# 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 = "ptit" version = "0.1.1" authors = ["DeflatedPickle"] description = "Converts an image to block characters" keywords = [ "cli", "image", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/DeflatedPickle/ptit" resolver = "2" [dependencies.bytes] version = "1.1.0" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.clap_complete] version = "3.1.4" [dependencies.clap_complete_fig] version = "3.1.5" [dependencies.image] version = "0.24.2" [dependencies.path-absolutize] version = "3.0.13" [dependencies.reqwest] version = "0.11.10" features = ["blocking"] [dependencies.rgb2ansi256] version = "0.1.1" [dependencies.shellexpand] version = "2.1.0" [dependencies.termsize] version = "0.1.6"