Cargo Features

[dependencies]
plasma-cash-tokens = { version = "0.1.0", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever plasma-cash-tokens is added without default-features = false somewhere in the dependency tree.

std default

Enables std of bitvec

bitvec:

The standard library includes the allocator.

plasma-cash-tokens has 2 features without comments.