# 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 = "label-converter" version = "3.0.0" authors = ["Miika Launiainen "] description = "Turn HTML string into png for label printing" homepage = "https://miicat.eu" documentation = "https://gitlab.com/miicat/label-converter/-/wikis/home" readme = "README.md" keywords = [ "image", "tool", "html", "cli", "dymo", ] categories = [ "command-line-utilities", "command-line-interface", ] license = "AGPL-3.0-only" repository = "https://gitlab.com/miicat/label-converter" [dependencies.base64] version = "0.21.0" [dependencies.clap] version = "4.1.4" features = [ "color", "suggestions", "cargo", ] [dependencies.image] version = "0.24.5" [dependencies.imagesize] version = "0.11.0" [dependencies.regex] version = "1.7.1" [dependencies.serde_json] version = "1.0.93" [dependencies.wkhtmlapp] version = "1.0.2"