[package]
edition = "2024"
rust-version = "1.93"
name = "rdocx-layout"
version = "0.7.0"
authors = ["Atul Sharma"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Layout engine for converting DOCX flow model to positioned frames"
homepage = "https://github.com/tensorbee/rdocx"
readme = "README.md"
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 = "workspace"
tag-name = "v{{version}}"
[features]
default = ["system-fonts"]
system-fonts = ["oxml-layout/system-fonts"]
[lib]
name = "rdocx_layout"
path = "src/lib.rs"
[dependencies.oxml-layout]
version = "0.3.0"
default-features = false
[dependencies.rdocx-oxml]
version = "0.7.0"
[dependencies.unicode-linebreak]
version = "0.1"