pdfplumber-core 0.2.0

Core data types and algorithms for pdfplumber-rs (backend-independent)
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-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core data types and algorithms for pdfplumber-rs (backend-independent)"
readme = false
keywords = [
    "pdf",
    "table",
    "text-extraction",
    "pdfplumber",
]
categories = [
    "parser-implementations",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/developer0hye/pdfplumber-rs"

[features]
serde = ["dep:serde"]

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

[[test]]
name = "serde_roundtrip"
path = "tests/serde_roundtrip.rs"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

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

[dev-dependencies.serde_json]
version = "1.0"