# 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.73" name = "ooxmlsdk" version = "0.1.18" authors = ["KaiserY"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Open XML SDK for Rust" documentation = "https://docs.rs/ooxmlsdk" readme = "README.md" keywords = [ "xml", "office", "docx", "pptx", "xlsx", ] categories = ["parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/KaiserY/ooxmlsdk" [lib] name = "ooxmlsdk" path = "src/lib.rs" [dependencies.quick-xml] version = "0.37.0" [dependencies.thiserror] version = "1.0.68" [dependencies.zip] version = "2.2.0" [build-dependencies.ooxmlsdk-build] version = "0.1.18" [features] default = [ "parts", "validators", ] deserializers = ["schemas"] packages = [] parts = [ "schemas", "serializers", "deserializers", "packages", ] schemas = [] serializers = ["schemas"] validators = ["schemas"]