oxml-pdf 0.1.2

Format-neutral PDF renderer for staged OOXML layout output
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.93"
name = "oxml-pdf"
version = "0.1.2"
authors = ["Atul Sharma"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Format-neutral PDF renderer for staged OOXML layout output"
homepage = "https://github.com/tensorbee/rdocx"
readme = false
keywords = [
    "docx",
    "word",
    "pdf",
    "ooxml",
    "document",
]
categories = [
    "parser-implementations",
    "text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tensorbee/rdocx"

[package.metadata.release]
shared-version = "incubating"
tag-name = "rpptx-v{{version}}"

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

[dependencies.miniz_oxide]
version = "0.9"

[dependencies.oxml-layout]
version = "0.1.2"

[dependencies.oxml-media]
version = "0.1.2"

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

[dependencies.subsetter]
version = "0.2"

[dependencies.tiny-skia]
version = "0.12"

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

[dependencies.zune-jpeg]
version = "=0.5.15"
features = ["std"]
default-features = false