# 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 = "datamatrix" version = "0.3.2" authors = ["Jannik Schürg "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Data Matrix (ECC 200) decoding and encoding with an optimizing encoder" readme = "README.md" keywords = [ "codematrix", "datamatrix", "semacode", "no_std", ] categories = ["encoding"] license = "Apache-2.0 OR MIT" repository = "https://github.com/jannschu/datamatrix-rs/" resolver = "2" [lib] name = "datamatrix" path = "src/lib.rs" [[example]] name = "ascii" path = "examples/ascii.rs" [[example]] name = "decode" path = "examples/decode.rs" [[example]] name = "eps" path = "examples/eps.rs" [[example]] name = "image" path = "examples/image.rs" [[example]] name = "pdf" path = "examples/pdf.rs" [[example]] name = "string" path = "examples/string.rs" [[example]] name = "svg" path = "examples/svg.rs" [dependencies.arrayvec] version = "0.7" default-features = false [dependencies.encoding_rs] version = "0.8" optional = true [dependencies.flagset] version = "0.4" [dev-dependencies.enum-iterator] version = "2" [dev-dependencies.image] version = "0.25" [dev-dependencies.pretty_assertions] version = "1.1" [dev-dependencies.printpdf] version = "0.7" [dev-dependencies.qrcode] version = "0.14.0" [features] default = [] extended_eci = ["encoding_rs"]