pdf-extract 0.3.0

A library to extract content from pdfs
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "pdf-extract"
version = "0.3.0"
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>"]
description = "A library to extract content from pdfs"
documentation = "https://docs.rs/crate/pdf-extract/"
keywords = ["pdf2text", "text", "pdf", "pdf2txt"]
license = "MIT"
repository = "https://github.com/jrmuizel/pdf-extract"
[dependencies.adobe-cmap-parser]
version = "0.2.0"

[dependencies.encoding]
version = "0.2.33"

[dependencies.euclid]
version = "0.15.1"

[dependencies.flate2]
version = "0.2.17"

[dependencies.lopdf]
version = "0.15"

[dependencies.postscript]
version = "0.11.1"

[dependencies.type1-encoding-parser]
version = "0.1.0"

[dependencies.unicode-normalization]
version = "0.1.5"