# 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 = "img2irc" version = "0.3.0" description = "A tool that allows converting images to IRC formatting codes." homepage = "https://github.com/SadieCat/img2irc/" documentation = "https://docs.rs/img2irc/" readme = "README.md" keywords = [ "internet-relay-chat", "irc", ] categories = [ "command-line-utilities", "multimedia::images", ] license = "AGPL-3.0-or-later" repository = "https://github.com/SadieCat/img2irc/" resolver = "2" [dependencies.clap] version = "4.0.7" features = ["derive"] [dependencies.image] version = "0.24.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.oklab] version = "1.0.0"