# 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 = "showie" version = "1.0.1" authors = ["talwat"] exclude = ["tests/*"] description = "A super simple rust crate to display images to the terminal." homepage = "https://github.com/talwat/showie" documentation = "https://github.com/talwat/showie" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/talwat/showie" [[bench]] name = "display_benchmark" harness = false [dependencies.image] version = "0.24.6" [dev-dependencies.criterion] version = "0.5.1"