[package] name = "brother_ql" version = "1.0.6" description = "Generate Brother QL Raster Command data from images" edition = "2021" license = "MIT" authors = ["Maximilian Kienitz "] repository = "https://github.com/mkienitz/brother_ql" exclude = [ "flake.nix", "flake.lock", ".envrc", ] [dependencies] image = "0.25.2" itertools = { version = "0.13.0", features = ["use_alloc"] } serde = { version = "1.0.210", features = ["derive"], optional = true } thiserror = "1.0.56" [features] serde = ["dep:serde"]