Cargo Features
[dependencies]
peermerge = { version = "0.0.3", default-features = false, features = ["hypercore-feed", "wasm-bindgen", "log", "async-std-runtime", "tokio-runtime", "channel-writer"] }
- default = hypercore-feed, tokio-runtime, wasm-bindgen
-
These default features are set whenever
peermerge
is added without
somewhere in the dependency tree.default-features = false - hypercore-feed default = hypercore-protocol
-
support for p2panda in a backwards-compatible way
- wasm-bindgen default = wasm-bindgen-futures
-
Enables wasm of automerge, wasm-bindgen of hypercore-protocol ^0.4, js of uuid
- log
- async-std-runtime = async-std
-
Enables async-std of hypercore-protocol ^0.4 and random-access-disk
- tokio-runtime default = tokio
-
Enables tokio of hypercore-protocol ^0.4 and random-access-disk
- channel-writer = bytes
-
Affects
peermerge::channel_writer
…
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.