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