pdf-render 1.0.0-beta.3

A PDF rasterizer in pure Rust.
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 = "pdf-render"
version = "1.0.0-beta.3"
authors = [
    "PDFluent Contributors <team@pdfluent.com>",
    "Laurenz Stampfl <laurenz.stampfl@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A PDF rasterizer in pure Rust."
homepage = "https://pdfluent.com"
documentation = "https://pdfluent.com/docs"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/pdfluent"
resolver = "2"

[features]
default = [
    "embed-fonts",
    "embed-cmaps",
]
embed-cmaps = ["pdf-interpret/embed-cmaps"]
embed-fonts = ["pdf-interpret/embed-fonts"]

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

[dependencies.bytemuck]
version = "1"
features = ["bytemuck_derive"]

[dependencies.fast_image_resize]
version = "6.0"
features = ["std"]
default-features = false

[dependencies.image]
version = "0.25"
features = ["png"]

[dependencies.kurbo]
version = "0.13.0"

[dependencies.pdf-interpret]
version = "=0.5.1"

[dependencies.vello_cpu]
version = "0.0.6"
features = [
    "std",
    "png",
    "f32_pipeline",
]
default-features = false

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.lopdf]
version = "=0.39.1"
package = "pdfluent-lopdf"