Features from optional dependencies

smoelius: https://github.com/rust-lang/cargo/issues/1839 Because of the above issue, the crate for the default format (bincode) must be included regardless of whether it is selected. A test-fuzz test (link) verifies that the crate's code is not linked in when another format is selected.

cbor4ii implicit feature

Enables cbor4ii

cbor4ii:

CBOR: Concise Binary Object Representation

postcard implicit feature

Enables postcard

postcard:

A no_std + serde compatible message library for Rust

serde_cbor implicit feature

Enables serde_cbor

serde_cbor:

CBOR support for serde