pdfboss-render 0.6.0

Page rasterization to RGBA pixmaps and PNG for pdfboss
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 = "2021"
name = "pdfboss-render"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Page rasterization to RGBA pixmaps and PNG for pdfboss"
readme = "README.md"
keywords = [
    "pdf",
    "iso-32000",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/4thel00z/pdfboss"

[features]
substitute-fonts = []

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

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

[[bench]]
name = "render"
path = "benches/render.rs"
harness = false

[[bench]]
name = "tiers"
path = "benches/tiers.rs"
harness = false

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

[dependencies.pdfboss-core]
version = "0.6.0"

[dependencies.pdfboss-encoding]
version = "0.6.0"

[dependencies.png]
version = "0.18"

[dev-dependencies.criterion]
version = "0.5"
features = ["cargo_bench_support"]
default-features = false