Cargo Features
[dependencies]
binary_codec_sv2 = { version = "1.2.0", default-features = false, features = ["no_std", "prop_test", "with_buffer_pool"] }
- default = no_std
-
The
no_std
feature is set by default wheneverbinary_codec_sv2
is added without
somewhere in the dependency tree.default-features = false - 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.