docx-handlebars 0.3.2

A Rust library for processing DOCX files with Handlebars templates, supporting WASM, Node.js, Deno, and browsers
Documentation
[dependencies.base64]
version = "0.22.1"

[dependencies.handlebars]
version = "6.3.2"

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

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.uuid]
features = ["v4", "js"]
version = "1.18.1"

[dependencies.wasm-bindgen]
version = "0.2.104"

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

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

[package]
authors = ["sail-sail <151263555@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["template-engine", "text-processing", "wasm"]
description = "A Rust library for processing DOCX files with Handlebars templates, supporting WASM, Node.js, Deno, and browsers"
documentation = "https://docs.rs/docx-handlebars"
edition = "2021"
exclude = ["demo/", "examples/", "pkg-jsr/", "pkg-npm/", "tests/", "tools/", "target/", "package.json", "README_CN.md"]
homepage = "https://github.com/sail-sail/docx-handlebars"
keywords = ["docx", "handlebars", "template", "wasm", "office"]
license = "MIT"
name = "docx-handlebars"
readme = "README.md"
repository = "https://github.com/sail-sail/docx-handlebars"
version = "0.3.2"

[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"