pdf-docx 1.0.0-beta.9

PDF to DOCX conversion with text, tables, and images
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 = "2021"
name = "pdf-docx"
version = "1.0.0-beta.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PDF to DOCX conversion with text, tables, and images"
homepage = "https://pdfluent.com"
documentation = "https://pdfluent.com/docs"
readme = "README.md"
license-file = "LICENSE"
repository = "https://pdfluent.com/source"

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

[dependencies.lopdf]
version = "=0.39.4"
package = "pdfluent-lopdf"

[dependencies.pdf-extract]
version = "=1.0.0-beta.9"
package = "pdfluent-extract"

[dependencies.quick-xml]
version = "0.37"
features = ["serialize"]

[dependencies.thiserror]
version = "2"

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

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