# 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" name = "office-crypto" version = "0.1.0" authors = ["Udbhav Muthakana"] exclude = ["tests/"] description = "Pure Rust library to decrypt password-protected MS Office files" homepage = "https://github.com/udbhav1/office-crypto" readme = "README.md" keywords = [ "docx", "xlsx", "pptx", "openxml", "crypto", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/udbhav1/office-crypto" resolver = "2" [lib] name = "office_crypto" path = "src/lib.rs" [[bench]] name = "bench" harness = false [dependencies.aes] version = "0.8.2" [dependencies.base64] version = "0.21.0" [dependencies.bytemuck] version = "1.12.3" [dependencies.cbc] version = "0.1.2" features = ["block-padding"] [dependencies.derivative] version = "2.2.0" [dependencies.ecb] version = "0.1.1" [dependencies.packed_struct] version = "0.10" [dependencies.quick-xml] version = "0.27.1" [dependencies.sha1] version = "0.10.5" [dependencies.sha2] version = "0.10.6" [dependencies.thiserror] version = "1.0.38" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.docx] version = "1.1.2"