# 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 = "2018" name = "pdf-extract" version = "0.7.10" authors = ["Jeff Muizelaar "] build = false include = [ "src/**/*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library to extract content from pdfs" documentation = "https://docs.rs/crate/pdf-extract/" readme = "README.md" keywords = [ "pdf2text", "text", "pdf", "pdf2txt", ] license = "MIT" repository = "https://github.com/jrmuizel/pdf-extract" [profile.release] debug = 2 [lib] name = "pdf_extract" path = "src/lib.rs" [dependencies.adobe-cmap-parser] version = "0.4.1" [dependencies.encoding_rs] version = "0.8.34" [dependencies.euclid] version = "0.20.5" [dependencies.lopdf] version = "0.32" features = ["nom_parser"] default-features = false [dependencies.postscript] version = "0.14" [dependencies.type1-encoding-parser] version = "0.1.0" [dependencies.unicode-normalization] version = "0.1.19" [dev-dependencies.ureq] version = "2.6.2"