# 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 = "2018" name = "docx-rs" version = "0.4.18-rc19" authors = ["bokuweb "] description = "A .docx file writer with Rust/WebAssembly." readme = "README.md" keywords = [ "office", "word", "docx", ] license = "MIT" repository = "https://github.com/bokuweb/docx-rs" [lib] name = "docx_rs" path = "src/lib.rs" [dependencies.base64] version = "0.13.1" [dependencies.image] version = "0.24.4" features = [ "gif", "jpeg", "png", "bmp", "tiff", ] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.ts-rs] version = "6.1" optional = true [dependencies.wasm-bindgen] version = "0.2.78" optional = true [dependencies.xml-rs] version = "0.8.4" [dependencies.zip] version = "0.6.3" features = ["deflate"] default-features = false [dev-dependencies.insta] version = "1.16" [dev-dependencies.pretty_assertions] version = "1.3.0" [features] default = ["image"] wasm = [ "wasm-bindgen", "ts-rs", "image", ]