Cargo Features

crdt-list has no features set by default.

[dependencies]
crdt-list = { version = "0.4.1", features = ["fuzzing"] }
fuzzing = arbitrary, rand

Affects crdt-list::test, crdt-list::woot_dumb_impl, crdt-list::yata_dumb_impl

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.

rand fuzzing?
arbitrary fuzzing?