folio-pdf 0.0.3

A comprehensive PDF library for Rust
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"
name = "folio-pdf"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A comprehensive PDF library for Rust"
readme = "README.md"
keywords = [
    "pdf",
    "document",
    "parser",
    "text-extraction",
]
categories = [
    "parser-implementations",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nickrobinson/folio"
resolver = "2"

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

[dependencies.bitflags]
version = "2"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.flate2]
version = "1"

[dependencies.image]
version = "0.25"

[dependencies.indexmap]
version = "2"

[dependencies.log]
version = "0.4"

[dependencies.memmap2]
version = "0.9"

[dependencies.regex]
version = "1"

[dependencies.thiserror]
version = "2"