bookforge-pdf 1.8.0

PDF ingestion for BookForge: poppler-based layout extraction and deterministic reconstruction into a translatable EPUB.
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.88"
name = "bookforge-pdf"
version = "1.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PDF ingestion for BookForge: poppler-based layout extraction and deterministic reconstruction into a translatable EPUB."
readme = false
license = "MIT"
repository = "https://github.com/JunjoSick/bookforge"

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

[dependencies.quick-xml]
version = "0.38"
features = ["escape-html"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.zip]
version = "6.0"

[dev-dependencies.bookforge-core]
version = "1.8.0"

[dev-dependencies.bookforge-epub]
version = "1.8.0"

[dev-dependencies.tempfile]
version = "3"