Cargo Features

common_messages_sv2 has no features set by default.

[dependencies]
common_messages_sv2 = { version = "2.0.0", features = ["no_std", "with_serde", "prop_test", "quickcheck_macros"] }
no_std
with_serde = serde, serde_repr

Enables with_serde of binary_sv2

prop_test = quickcheck

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 with_serde?
quickcheck prop_test?
quickcheck_macros implicit feature

Enables quickcheck_macros

quickcheck_macros:

A macro attribute for quickcheck

serde_repr with_serde?