Cargo Features

[dependencies]
docx-rs = { version = "0.4.18-rc19", default-features = false, features = ["wasm"] }
default = image

The image feature is set by default whenever docx-rs is added without default-features = false somewhere in the dependency tree.

wasm = image, ts-rs, wasm-bindgen

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

image default wasm?

Enables image ^0.24.4

wasm-bindgen wasm?
ts-rs wasm?

Enables ts-rs ^6.1