quick_search/vendor/pdf-extract/Cargo.toml

74 lines
1.5 KiB
TOML
Raw Normal View History

# 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.12.0"
authors = ["Jeff Muizelaar <jmuizelaar@mozilla.com>"]
build = false
include = [
"src/**/*",
"README.md",
]
autolib = false
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"
[lib]
name = "pdf_extract"
path = "src/lib.rs"
[dependencies.adobe-cmap-parser]
version = "0.4.1"
[dependencies.cff-parser]
version = "0.2.0"
[dependencies.encoding_rs]
version = "0.8.34"
[dependencies.euclid]
version = "0.20.5"
[dependencies.log]
version = "0.4.22"
[dependencies.lopdf]
version = "0.42"
features = ["wasm_js"]
default-features = false
[dependencies.postscript]
version = "0.14"
[dependencies.type1-encoding-parser]
version = "0.1.1"
[dependencies.unicode-normalization]
version = "0.1.19"
[lints.rust]
warnings = "allow"