pdfium-auto 0.3.0

Auto-download and cache PDFium binaries — zero-friction setup for pdfium-render
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 = "2021"
rust-version = "1.88"
name = "pdfium-auto"
version = "0.3.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auto-download and cache PDFium binaries — zero-friction setup for pdfium-render"
readme = "README.md"
keywords = [
    "pdf",
    "pdfium",
    "rendering",
    "download",
    "setup",
]
categories = [
    "external-ffi-bindings",
    "rendering",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/raphaelmansuy/edgequake-pdf2md"

[features]
bundled = []

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

[dependencies.dirs]
version = "5"

[dependencies.flate2]
version = "1"

[dependencies.pdfium-render]
version = "0.8"
features = [
    "pdfium_latest",
    "image_latest",
    "thread_safe",
]

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

[dependencies.tar]
version = "0"

[dependencies.thiserror]
version = "2"

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

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