Cargo Features

[dependencies]
rabe = { version = "0.3.1", default-features = false, features = ["borsh", "serde"] }
default = serde

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

borsh

Enables std of borsh ^0.9.3, borsh of rabe-bn

serde default

Enables serde of rabe-bn and std of serde

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

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.

rabe-bn borsh? serde