# 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 = "brother_ql" version = "1.0.6" authors = ["Maximilian Kienitz "] build = false exclude = [ "flake.nix", "flake.lock", ".envrc", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Generate Brother QL Raster Command data from images" readme = "README.md" license = "MIT" repository = "https://github.com/mkienitz/brother_ql" [lib] name = "brother_ql" path = "src/lib.rs" [[example]] name = "c62" path = "examples/c62.rs" [dependencies.image] version = "0.25.2" [dependencies.itertools] version = "0.13.0" features = ["use_alloc"] [dependencies.serde] version = "1.0.210" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.56" [features] serde = ["dep:serde"]