# 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 = "mediatoascii" version = "0.6.0" authors = ["spoorn"] exclude = ["examples/"] description = """ CLI and utilities for converting media files (images/videos) to ascii outputs (output media file or print to console). Supports most standard image formats, and video formats. """ homepage = "https://github.com/spoorn/media-to-ascii" documentation = "https://github.com/spoorn/media-to-ascii" readme = "README.md" keywords = [ "ascii", "cli", "image", "video", "opencv", ] categories = [ "command-line-utilities", "computer-vision", "encoding", "multimedia", "multimedia::encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/spoorn/media-to-ascii" [package.metadata.binstall] bin-dir = "{ bin }" pkg-url = "{ repo }/releases/download/{ version }/{ name }-{ target }-{ version }{ archive-suffix }" [package.metadata.binstall.overrides.x86_64-apple-darwin] pkg-fmt = "zip" [package.metadata.binstall.overrides.x86_64-unknown-linux-musl] pkg-url = "{ repo }/releases/download/{ version }/{ name }-x86_64-unknown-linux-gnu-{ version }{ archive-suffix }" [profile.release] lto = true [dependencies.clap] version = "4.4.3" features = ["derive"] [dependencies.derive_builder] version = "0.12.0" [dependencies.image] version = "0.24.7" [dependencies.imageproc] version = "0.23.0" [dependencies.indicatif] version = "0.17.6" [dependencies.once_cell] version = "1.18.0" [dependencies.opencv] version = "0.86.1" features = ["videoio"] default-features = false [dependencies.rayon] version = "1.7.0" [dependencies.rusttype] version = "0.9.3"