xfa-layout-engine 1.0.0-beta.5

Box-model and pagination layout engine for XFA forms. Experimental — part of the PDFluent XFA stack, under active development.
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 = "xfa-layout-engine"
version = "1.0.0-beta.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Box-model and pagination layout engine for XFA forms. Experimental — part of the PDFluent XFA stack, under active development."
homepage = "https://pdfluent.com"
documentation = "https://pdfluent.com/docs"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/pdfluent/examples"

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

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

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

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

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

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

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

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

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

[dependencies.formcalc-interpreter]
version = "=1.0.0-beta.5"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.xfa-dom-resolver]
version = "=1.0.0-beta.5"