# 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.2" exclude = ["examples/pdfs/*"] 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" [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"