pdfium-render 0.8.25

A high-level idiomatic Rust wrapper around Pdfium, the C++ PDF library used by the Google Chromium project.
Documentation
[build-dependencies.bindgen]
optional = true
version = "<=0.69.4"

[dependencies.bitflags]
version = "2"

[dependencies.bytemuck]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4, <= 0.4.31"

[dependencies.image]
optional = true
version = ">= 0.24.0"

[dependencies.itertools]
version = "0"

[dependencies.log]
version = "0"

[dependencies.maybe-owned]
version = "0"

[dependencies.once_cell]
version = "1"

[dependencies.utf16string]
version = "0"

[dependencies.vecmath]
version = "1"

[dev-dependencies.rand]
version = "0"

[dev-dependencies.rayon]
version = "1"

[features]
bindings = ["dep:bindgen"]
default = ["pdfium_latest", "thread_safe", "image"]
flatten = []
image = ["dep:image"]
"libc++" = ["static"]
"libstdc++" = ["static"]
paragraph = []
pdfium_5961 = []
pdfium_6015 = []
pdfium_6043 = []
pdfium_6084 = []
pdfium_6110 = []
pdfium_6124 = []
pdfium_6164 = []
pdfium_6259 = []
pdfium_6295 = []
pdfium_6337 = []
pdfium_6406 = []
pdfium_6490 = []
pdfium_6555 = []
pdfium_6569 = []
pdfium_6611 = []
pdfium_6666 = []
pdfium_enable_v8 = []
pdfium_enable_xfa = []
pdfium_future = ["pdfium_use_skia", "pdfium_enable_xfa", "pdfium_enable_v8"]
pdfium_latest = ["pdfium_6666"]
pdfium_use_skia = []
pdfium_use_win32 = ["dep:windows"]
static = []
sync = ["thread_safe"]
thread_safe = []

[lib]
crate-type = ["lib", "staticlib", "cdylib"]
doctest = false
name = "pdfium_render"
path = "src/lib.rs"

[package]
authors = ["Alastair Carey <alastair@alastaircarey.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "multimedia::images", "visualization", "wasm"]
description = "A high-level idiomatic Rust wrapper around Pdfium, the C++ PDF library used by the Google Chromium project."
edition = "2018"
exclude = ["test/*.pdf"]
homepage = "https://github.com/ajrcarey/pdfium-render"
keywords = ["pdf", "pdfium"]
license = "MIT OR Apache-2.0"
name = "pdfium-render"
publish = true
readme = "README.md"
repository = "https://github.com/ajrcarey/pdfium-render"
rust-version = "1.60"
version = "0.8.25"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.libloading]
version = "0"

[target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook]
version = "0"

[target.'cfg(target_arch = "wasm32")'.dependencies.console_log]
version = "1"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
features = ["enable-interning"]
version = "0"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
features = ["TextDecoder", "ImageData", "Window", "Response", "Blob"]
version = "0"

[target.'cfg(target_os = "windows")'.dependencies.windows]
optional = true
version = "0"