Cargo Features

lib0 has no features set by default.

[dependencies]
lib0 = { version = "0.16.10", features = ["lib0-serde"] }
lib0-serde = serde, serde_json

Affects lib0::serde

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.

serde lib0-serde?

Enables serde

Serde derive feature required for tests

serde_json lib0-serde?