# 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-alt" version = "0.3.0" build = false exclude = ["examples/pdfs/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Alternative version to pdf2imge with ability to render from borrowed data and single pages, adds text extraction" homepage = "https://github.com/jacobtread/pdf2image" readme = "README.md" keywords = [ "pdf", "image", "conversion", "poppler", "pdf2img", ] categories = [ "multimedia", "multimedia::images", "multimedia::encoding", "visualization", ] license = "MIT" repository = "https://github.com/jacobtread/pdf2image" [lib] name = "pdf2image_alt" path = "src/lib.rs" [[example]] name = "render_pages" path = "examples/render_pages.rs" [dependencies.derive_builder] version = "0.20.0" [dependencies.futures] version = "0.3" [dependencies.image] version = "0.25.1" features = [ "rayon", "jpeg", ] default-features = false [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "io-util", "process", ] [dev-dependencies.tokio] version = "1" features = ["full"]