# 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 = "pdf_process" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for rendering and extracting metadata/text from PDF files using poppler" homepage = "https://github.com/jacobtread/pdf_process" readme = "README.md" keywords = [ "pdf", "image", "conversion", ] categories = [ "multimedia", "multimedia::images", "multimedia::encoding", "visualization", ] license = "MIT" repository = "https://github.com/jacobtread/pdf_process" [lib] name = "pdf_process" path = "src/lib.rs" [[test]] name = "test_images" path = "tests/test_images.rs" [[test]] name = "test_info" path = "tests/test_info.rs" [[test]] name = "test_text" path = "tests/test_text.rs" [dependencies.futures-util] version = "0.3" features = ["std"] default-features = false [dependencies.image] version = "0.25" 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"]