ooxml-core 0.1.0

OOXML 公共基座:OPC 打包层 + DrawingML 公共类型系统,服务于 pptx-rs / xlsx-rs / docx-rs
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"
rust-version = "1.75"
name = "ooxml-core"
version = "0.1.0"
authors = ["pptx-rs contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OOXML 公共基座:OPC 打包层 + DrawingML 公共类型系统,服务于 pptx-rs / xlsx-rs / docx-rs"
homepage = "https://github.com/WenTao-Love/pptx-rs/tree/main/ooxml-core"
documentation = "https://docs.rs/ooxml-core"
readme = false
keywords = [
    "ooxml",
    "opc",
    "office-open-xml",
    "drawingml",
    "ecma-376",
]
categories = [
    "parser-implementations",
    "encoding",
]
license = "MIT"
repository = "https://github.com/WenTao-Love/pptx-rs"

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

[dependencies.quick-xml]
version = "0.40"
features = ["serialize"]

[dependencies.thiserror]
version = "1.0"

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