pdfium 0.10.3

Modern Rust interface to PDFium, the PDF library from Google
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.87"
name = "pdfium"
version = "0.10.3"
build = false
exclude = ["resources/*.pdf"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modern Rust interface to PDFium, the PDF library from Google"
homepage = "https://github.com/newinnovations/pdfium-rs"
readme = "README.md"
keywords = [
    "pdf",
    "pdfium",
]
license = "GPL-3.0"
repository = "https://github.com/newinnovations/pdfium-rs"

[features]
debug_print = []

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

[[example]]
name = "import_pages"
path = "examples/import_pages.rs"

[[example]]
name = "render_pages"
path = "examples/render_pages.rs"

[[example]]
name = "rotations"
path = "examples/rotations.rs"

[[example]]
name = "text_extract_search"
path = "examples/text_extract_search.rs"

[dependencies.bitflags]
version = "2.10.0"

[dependencies.image]
version = "0.25.9"
features = [
    "jpeg",
    "png",
]
default-features = false

[dependencies.libloading]
version = "0.8.9"

[dependencies.parking_lot]
version = "0.12.5"