oxml-drawing 0.1.3

DrawingML models and serialization for OOXML documents
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 = "2024"
rust-version = "1.93"
name = "oxml-drawing"
version = "0.1.3"
authors = ["Atul Sharma"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DrawingML models and serialization for OOXML documents"
homepage = "https://github.com/tensorbee/rdocx"
readme = false
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_drawing"
path = "src/lib.rs"

[dependencies.oxml-core]
version = "0.1.3"

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

[dependencies.rdocx-oxml]
version = "0.4.1"

[dev-dependencies.oxml-opc]
version = "0.1.3"