dxpdf 0.1.2

A fast DOCX-to-PDF converter powered by Skia
# 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 = "dxpdf"
version = "0.1.2"
build = false
exclude = [
    "test-cases/",
    "scripts/",
    "VISUAL_COMPARISON.md",
    "BENCHMARKS.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast DOCX-to-PDF converter powered by Skia"
homepage = "https://nerdy.pro"
documentation = "https://docs.rs/dxpdf"
readme = "README.md"
keywords = [
    "docx",
    "pdf",
    "converter",
    "word",
    "ooxml",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/nerdy-pro/dxpdf"

[features]
default = []
python = ["pyo3"]

[lib]
name = "dxpdf"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

[[bin]]
name = "dxpdf"
path = "src/main.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

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

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.pyo3]
version = "0.24"
features = ["extension-module"]
optional = true

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

[dependencies.skia-safe]
version = "0.93"
features = ["embed-freetype"]

[dependencies.thiserror]
version = "2"

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

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