Cargo Features
p2panda-sync has no features set by default.
[dependencies]
p2panda-sync = { version = "0.3.0", features = ["cbor", "log-sync", "test-protocols"] }
- cbor log-sync? test-protocols?
-
Enables tokio and tokio-util
Affects
p2panda-sync::cbor
… - log-sync = cbor
-
Enables p2panda-core and p2panda-store
Affects
p2panda-sync::log_sync
… - test-protocols = cbor
-
Enables tracing, futures-lite, futures-util, and p2panda-core and derive of serde
serde:
Provide derive(Serialize, Deserialize) macros.
Affects
p2panda-sync::test_protocols
…