pdfium 0.7.2

Modern Rust interface to PDFium, the PDF library from Google
Documentation
[dependencies.bitflags]
version = "2.9.1"

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

[dependencies.libloading]
version = "0.8.8"

[dependencies.parking_lot]
version = "0.12.4"

[features]
debug_print = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Modern Rust interface to PDFium, the PDF library from Google"
edition = "2021"
homepage = "https://github.com/newinnovations/pdfium-rs"
keywords = ["pdf", "pdfium"]
license = "GPL-3.0"
name = "pdfium"
readme = "README.md"
repository = "https://github.com/newinnovations/pdfium-rs"
rust-version = "1.80"
version = "0.7.2"