docxide-pdf 0.16.3

Library and CLI for converting DOCX files to PDF, matching Microsoft Word's output as closely as possible
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 = "docxide-pdf"
version = "0.16.3"
build = false
exclude = [
    "tools/",
    "tests/",
    "showcase/",
    "lancedb/",
    "models/",
    "specs/",
    "CLAUDE.md",
    ".claude/",
    ".gitignore",
    ".cargo/",
    "roadmap.md",
    "downloads/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library and CLI for converting DOCX files to PDF, matching Microsoft Word's output as closely as possible"
readme = "README.md"
keywords = [
    "experimental",
    "docx",
    "pdf",
    "word",
    "converter",
]
categories = [
    "command-line-utilities",
    "text-processing",
    "text-editors",
]
license = "Apache-2.0"
repository = "https://github.com/sverrejb/docxide-pdf"

[features]
cli = [
    "clap",
    "env_logger",
]
default = ["cli"]

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

[[bin]]
name = "docxide-pdf"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.env_logger]
version = "0.11"
optional = true

[dependencies.image]
version = "0.25"
features = [
    "png",
    "bmp",
    "jpeg",
]
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.memmap2]
version = "0.9.10"

[dependencies.miniz_oxide]
version = "0.8"

[dependencies.pdf-writer]
version = "0.14"

[dependencies.png]
version = "0.18"

[dependencies.roxmltree]
version = "0.21"

[dependencies.subsetter]
version = "0.2"

[dependencies.ttf-parser]
version = "0.25"

[dependencies.unicode-linebreak]
version = "0.1.5"

[dependencies.zip]
version = "8.1.0"

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

[dev-dependencies.image]
version = "0.25"

[dev-dependencies.rayon]
version = "1"

[dev-dependencies.roxmltree]
version = "0.21"

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

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

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

[dev-dependencies.zip]
version = "8.1.0"

[profile.dev.package."*"]
opt-level = 2