pdfluent-jbig2 0.2.2

A memory-safe, pure-Rust JBIG2 decoder.
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 = "pdfluent-jbig2"
version = "0.2.2"
authors = ["Laurenz Stampfl <laurenz.stampfl@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A memory-safe, pure-Rust JBIG2 decoder."
homepage = "https://pdfluent.com"
documentation = "https://pdfluent.com/docs"
readme = "README.md"
keywords = [
    "pdf",
    "image",
    "jbig2",
    "compression",
    "decoder",
]
categories = ["encoding"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/pdfluent/examples"
resolver = "2"

[features]
default = ["std"]
std = []

[lib]
name = "pdfluent_jbig2"
path = "src/lib.rs"

[dependencies.hayro-ccitt]
version = "=0.2.1"
package = "pdfluent-ccitt"

[lints.clippy]
too_many_arguments = "allow"