pdfium-bind 0.1.0

Rust bindings for PDFium with vendored prebuilt binaries
[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.flate2]
version = "1"

[build-dependencies.sha2]
version = "0.10"

[build-dependencies.tar]
version = "0"

[build-dependencies.ureq]
version = "2"

[dependencies.libloading]
version = "0"

[dependencies.link-cplusplus]
version = "1"

[dependencies.tempfile]
optional = true
version = "3"

[dev-dependencies.tempfile]
version = "3"

[features]
default = ["dynamic"]
dynamic = ["tempfile"]
static = []

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

[package]
authors = ["houqp"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings", "rendering"]
description = "Rust bindings for PDFium with vendored prebuilt binaries"
edition = "2021"
homepage = "https://github.com/houqp/kiorg"
keywords = ["pdf", "pdfium", "bindings", "ffi", "rendering"]
license = "MIT"
name = "pdfium-bind"
readme = "README.md"
repository = "https://github.com/houqp/kiorg"
rust-version = "1.85"
version = "0.1.0"