# 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 = "kitty_image" version = "0.1.0" description = "Display images using the kitty image protocol" readme = "README.md" keywords = [ "kitty", "terminal", "image", ] categories = [ "command-line-interfaces", "encoding", ] license = "LGPL-3.0" repository = "https://gitlab.com/john_t/kitty-images" [dependencies.base64] version = "0.21.5" [dependencies.image] version = "0.24.7" optional = true default-features = false [dev-dependencies.image] version = "0.24.7"