# 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-build" version = "0.1.18" authors = ["KaiserY"] build = false 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_build" path = "src/lib.rs" [[bench]] name = "serde_bench" path = "benches/serde_bench.rs" harness = false [dependencies.heck] version = "0.5.0" [dependencies.path-clean] version = "1.0.1" [dependencies.prettyplease] version = "0.2.25" [dependencies.proc-macro2] version = "1.0.89" [dependencies.quick-xml] version = "0.37.0" features = ["serialize"] [dependencies.quote] version = "1.0.37" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_derive] version = "1.0.214" [dependencies.serde_json] version = "1.0.132" [dependencies.syn] version = "2.0.87" [dependencies.thiserror] version = "1.0.68" [dependencies.zip] version = "2.2.0" [dev-dependencies.criterion] version = "0.5.1"