# 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 = "docx-reader" version = "0.1.1" authors = ["Levy van der Valk "] exclude = [ ".gitignore", ".gitattributes", ".github", ".vscode", "*.md", "*.toml", "LICENCE", "*.png", "rust-toolchain", "target", ] description = "A .docx file reader in rust" readme = "./README.md" keywords = [ "office", "word", "docx", "reader", "docx-reader", ] license = "MIT" repository = "https://github.com/ShadowWolf308/docx-reader" [lib] name = "docx_reader" path = "src/lib.rs" [dependencies.base64] version = "0.13.1" [dependencies.image] version = "0.24.4" features = [ "gif", "jpeg", "png", "bmp", "tiff", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.xml-rs] version = "0.8.4" [dependencies.zip] version = "0.6.3" features = ["deflate"] default-features = false