Cargo Features
Automerge has no features set by default.
[dependencies]
automerge = { version = "0.5.12", features = ["optree-visualisation", "wasm", "utf8-indexing", "utf16-indexing"] }
- optree-visualisation = dot, rand
- wasm = js-sys, wasm-bindgen, web-sys
- 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?
- rand optree-visualisation?
- web-sys wasm?