pdf2image 0.1.3

A simplified port of Python's pdf2image that wraps pdftoppm and pdftocairo to convert PDFs into images.
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"
name = "pdf2image"
version = "0.1.3"
build = false
exclude = ["examples/pdfs/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simplified port of Python's pdf2image that wraps pdftoppm and pdftocairo to convert PDFs into images."
homepage = "https://github.com/styrowolf/pdf2image"
readme = "README.md"
keywords = [
    "pdf",
    "image",
    "conversion",
    "poppler",
    "pdf2img",
]
categories = [
    "multimedia",
    "multimedia::images",
    "multimedia::encoding",
    "visualization",
]
license = "MIT"
repository = "https://github.com/styrowolf/pdf2image"

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

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

[dependencies.derive_builder]
version = "0.20.0"

[dependencies.image]
version = "0.25.1"
features = [
    "rayon",
    "jpeg",
]
default-features = false

[dependencies.rayon]
version = "1.10.0"

[dependencies.thiserror]
version = "1.0.59"