Cargo Features

rej has no features set by default.

[dependencies]
rej = { version = "0.11.1", features = ["small", "cipher"] }
small

Affects node::M, wal::CACHE_SIZE

cipher = adiantum, aes, argon2, chacha20, chacha20poly1305, hkdf, sha3, windows-sys

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.

adiantum cipher?

Enables adiantum

cipher

chacha20 cipher?
aes cipher?
sha3 cipher?
hkdf cipher?
chacha20poly1305 cipher?
argon2 cipher?
windows-sys win cipher?