Cargo Features

Automerge has no features set by default.

[dependencies]
automerge = { version = "0.5.11", features = ["optree-visualisation", "wasm", "utf8-indexing"] }
optree-visualisation = dot, rand
wasm = js-sys, wasm-bindgen, web-sys

Enables js of uuid

utf8-indexing

Affects text_value::TextValue

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.

dot optree-visualisation?

Enables dot

optional deps

js-sys wasm?
wasm-bindgen wasm?
rand optree-visualisation?
web-sys wasm?