Cargo Features

[dependencies]
binary_codec_sv2 = { version = "1.0.0", default-features = false, features = ["no_std", "prop_test", "with_buffer_pool"] }
default = no_std

The no_std feature is set by default whenever binary_codec_sv2 is added without default-features = false somewhere in the dependency tree.

no_std default
prop_test = quickcheck
with_buffer_pool = buffer_sv2

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.

quickcheck prop_test?
buffer_sv2 with_buffer_pool?