RC4 has no features set by default.
[dependencies] rc4 = { version = "0.1.0", features = ["std", "zeroize"] }
Enables std of cipher
Enables zeroize of cipher
RC4 has 2 features without comments.