datamatrix 0.3.3

Data Matrix (ECC 200) decoding and encoding with an optimizing encoder
Documentation
# 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 = "2024"
name = "datamatrix"
version = "0.3.3"
authors = ["Jannik Schürg <jannik.schuerg+crates@posteo.de>"]
build = false
autolib = 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/"

[features]
default = []
extended_eci = ["encoding_rs"]

[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"

[[example]]
name = "typst"
path = "examples/typst.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.krilla]
version = "0.8.1"

[dev-dependencies.pretty_assertions]
version = "1.1"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.qrcode2]
version = "0.18.0"