Cargo Features

[dependencies]
native_model = { version = "0.4.19", default-features = false, features = ["bincode_2_rc", "postcard_1_0", "bincode_1_3", "serde"] }
default = bincode_1_3, serde

These default features are set whenever native_model is added without default-features = false somewhere in the dependency tree.

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.

bincode_2_rc implicit feature

Enables bincode

Affects codec::bincode_2_rc

postcard_1_0 implicit feature

Enables postcard

postcard:

A no_std + serde compatible message library for Rust

Affects codec::postcard_1_0

bincode_1_3 default

Enables bincode

Affects codec::bincode_1_3

serde default

Affects codec::bincode_1_3, codec::bincode_2_rc, codec::postcard_1_0