[dependencies.async_zip]
default-features = false
features = ["deflate"]
optional = true
version = "0.0.17"
[dependencies.derive_more]
version = "0.99.17"
[dependencies.futures-io]
optional = true
version = "0.3.31"
[dependencies.hard-xml]
version = "1.27.0"
[dependencies.log]
version = "0.4.14"
[dependencies.thiserror]
version = "1"
[dependencies.zip]
default-features = false
features = ["deflate"]
version = "4"
[dev-dependencies.env_logger]
version = "0.11.3"
[dev-dependencies.tokio]
features = ["macros", "rt", "fs", "io-util"]
version = "1.43.0"
[dev-dependencies.tokio-util]
features = ["compat"]
version = "0.7.13"
[[example]]
name = "hello_world"
path = "examples/hello_world.rs"
[[example]]
name = "table"
path = "examples/table.rs"
[features]
async = ["dep:async_zip", "dep:futures-io"]
[lib]
name = "docx_rust"
path = "src/lib.rs"
[package]
authors = ["cstkingkey <cstkingkey@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library for parsing and generating docx files."
edition = "2021"
keywords = ["docx", "generator", "openxml", "parser"]
license = "MIT"
name = "docx-rust"
readme = "README.md"
repository = "https://github.com/cstkingkey/docx-rs"
rust-version = "1.75.0"
version = "0.1.11"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"