Cargo Features

[dependencies]
cu-msp-lib = { version = "0.7.0", default-features = false, features = ["bincode"] }
default = bincode

The bincode feature is set by default whenever cu-msp-lib is added without default-features = false somewhere in the dependency tree.

bincode default

Enables bincode

cu-msp-lib has 2 features without comments.