stet-pdf-reader 0.4.0

PDF parser and renderer
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 = "stet-pdf-reader"
version = "0.4.0"
authors = ["Scott Bowman <scott@bowmans.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PDF parser and renderer"
homepage = "https://github.com/AndyCappDev/stet"
readme = "README.md"
keywords = [
    "pdf",
    "parser",
    "rendering",
    "graphics",
]
categories = [
    "parser-implementations",
    "graphics",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/AndyCappDev/stet"
resolver = "2"

[features]
default = [
    "jpx",
    "render",
]
jpx = ["dep:hayro-jpeg2000"]
render = ["dep:stet-render"]

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

[[test]]
name = "gwg_profile_stability"
path = "tests/gwg_profile_stability.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.fax]
version = "0.2.6"

[dependencies.flate2]
version = "1"

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

[dependencies.hayro-jbig2]
version = "0.1.0"

[dependencies.hayro-jpeg2000]
version = "0.3.4"
optional = true

[dependencies.jpeg-decoder]
version = "0.3"

[dependencies.md5]
version = "0.7"

[dependencies.sha2]
version = "0.10"

[dependencies.skrifa]
version = "0.40"

[dependencies.stet-fonts]
version = "0.4.0"

[dependencies.stet-graphics]
version = "0.4.0"

[dependencies.stet-render]
version = "0.4.0"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.zune-core]
version = "0.5"

[dependencies.zune-jpeg]
version = "0.5"

[dev-dependencies.png]
version = "0.17"