[package] name = "sticker-printer" version = "0.1.0" edition = "2021" description = "Prints an image to a Brother QL-570 sticker printer" authors = ["Link Mauve "] homepage = "https://linkmauve.fr/dev/sticker-printer" repository = "https://git.linkmauve.fr/sticker-printer.git" license = "MPL-2.0" [dependencies] image = { version = "0.25.2", default-features = false, features = ["png", "jpeg"] } tiny-skia = "0.11.4" usvg = "0.43.0" resvg = "0.43.0" #oxipng = { version = "9.1.2", default-features = false, features = ["parallel"] }