orbok-extract 0.19.0

orbok document extraction pipeline: extractor trait, normalization, text/markdown/pdf/docx/html extractors (RFC-005, RFC-044)
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 = "orbok-extract"
version = "0.19.0"
authors = ["nabbisen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "orbok document extraction pipeline: extractor trait, normalization, text/markdown/pdf/docx/html extractors (RFC-005, RFC-044)"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/nabbisen/orbok"
resolver = "2"

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

[dependencies.lopdf]
version = "0.41"

[dependencies.orbok-core]
version = "0.19.0"

[dependencies.orbok-fs]
version = "0.19.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false

[dev-dependencies.sha2]
version = "0.11"

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