Cargo Features

RC4 has no features set by default.

[dependencies]
rc4 = { version = "0.1.0", features = ["std", "zeroize"] }
std

Enables std of cipher

zeroize

Enables zeroize of cipher

RC4 has 2 features without comments.