docxide-template 1.2.0

Type-safe .docx template engine — generate Rust structs from Word templates with {placeholder} patterns
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 = "docxide-template"
version = "1.2.0"
build = false
exclude = [
    "test-crate/",
    "scripts/",
    "output/",
    "lancedb/",
    "models/",
    ".claude/",
    "CLAUDE.md",
    "ROADMAP.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type-safe .docx template engine — generate Rust structs from Word templates with {placeholder} patterns"
readme = "README.md"
keywords = [
    "docx",
    "template",
    "word",
    "proc-macro",
    "codegen",
]
categories = [
    "template-engine",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/sverrejb/docxide-template"

[features]
embed = ["docxide-template-derive/embed"]

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

[dependencies.docxide-template-derive]
version = "1.1.0"

[dependencies.zip]
version = "8.1.0"