Cargo Features

holochain_serialized_bytes has no features set by default.

[dependencies]
holochain_serialized_bytes = { version = "0.0.54", features = ["trace", "fuzzing"] }
trace = tracing
fuzzing = arbitrary, proptest, proptest-derive

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.

tracing trace?
proptest-derive fuzzing?

Enables proptest-derive ^0.3

arbitrary fuzzing?
proptest fuzzing?