pdfluent-jbig2 0.2.0

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.0"
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"
readme = false
license = "Apache-2.0 OR MIT"
repository = "https://github.com/jasperdew/xfa-native-rust"
resolver = "2"

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

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

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

[lints.clippy]
too_many_arguments = "allow"