zenpdf 0.2.0

PDF page renderer via hayro with page selection and render bounds
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"
rust-version = "1.93"
name = "zenpdf"
version = "0.2.0"
build = false
include = [
    "/src/**",
    "/README.md",
    "/CHANGELOG.md",
    "/LICENSE*",
    "/tests/**/*.rs",
    "/tests/fixtures/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PDF page renderer via hayro with page selection and render bounds"
documentation = "https://docs.rs/zenpdf"
readme = "README.md"
keywords = [
    "pdf",
    "render",
    "rasterize",
    "hayro",
]
categories = ["multimedia::images"]
license = "AGPL-3.0-only OR LicenseRef-Imazen-Commercial"
repository = "https://github.com/imazen/zenpdf"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["zencodec"]
zencodec = ["dep:zencodec"]

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

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

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

[dependencies.hayro]
version = "0.5.0"
default-features = true

[dependencies.hayro-syntax]
version = "0.5.0"

[dependencies.rgb]
version = "0.8.53"
features = ["as-bytes"]
default-features = false

[dependencies.thiserror]
version = "2.0.18"
default-features = false

[dependencies.whereat]
version = "0.1.5"
default-features = false

[dependencies.zencodec]
version = "0.1.13"
optional = true

[dependencies.zenpixels]
version = "0.2.2"
features = [
    "rgb",
    "std",
]
default-features = false

[dev-dependencies.enough]
version = "0.4.3"