Cargo Features

[dependencies]
gost-modes = { version = "0.5.0", default-features = false, features = ["std", "alloc"] }
default = std

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

std default = alloc

Enables std of block-modes ^0.8 and cipher ^0.3

alloc std

Enables alloc of block-modes ^0.8

gost-modes has 3 features without comments.