Cargo Features

Automerge has no features set by default.

[dependencies]
automerge = { version = "1.0.0-alpha.2", features = ["optree-visualisation", "wasm", "utf8-indexing", "utf16-indexing"] }
optree-visualisation = dot
wasm = js-sys, wasm-bindgen, web-sys

Enables wasm of hexane, js of uuid

utf8-indexing
utf16-indexing

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?
web-sys wasm?