pdfplumber-parse 0.2.0

PDF parsing and content stream interpreter for pdfplumber-rs
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 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 = "2024"
rust-version = "1.85"
name = "pdfplumber-parse"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PDF parsing and content stream interpreter for pdfplumber-rs"
readme = false
keywords = [
    "pdf",
    "parser",
    "content-stream",
    "pdfplumber",
]
categories = ["parser-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/developer0hye/pdfplumber-rs"

[lib]
name = "pdfplumber_parse"
path = "src/lib.rs"

[dependencies.lopdf]
version = "0.34"
features = ["nom_parser"]
default-features = false

[dependencies.pdfplumber-core]
version = "0.2.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies.md5]
version = "0.7"