[package]
edition = "2024"
rust-version = "1.93"
name = "oxml-opc"
version = "0.3.0"
authors = ["Atul Sharma"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Open Packaging Conventions primitives for OOXML documents"
homepage = "https://github.com/tensorbee/rdocx"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tensorbee/rdocx"
[package.metadata.release]
shared-version = "incubating"
tag-name = "rpptx-v{{version}}"
[lib]
name = "oxml_opc"
path = "src/lib.rs"
[dependencies.quick-xml]
version = "0.41"
[dependencies.thiserror]
version = "2"
[dependencies.zip]
version = "8.1"
features = ["deflate-flate2-zlib-rs"]
default-features = false