Cargo Features

[dependencies]
reinda = { version = "0.3.0", default-features = false, features = ["always-prod", "hash", "compress"] }
default = compress, hash

These default features are set whenever reinda is added without default-features = false somewhere in the dependency tree.

always-prod

Enables always-prod of reinda-macros

hash default

Enables base64 and sha2

compress default

Enables brotli ^5, compress of reinda-macros

Reinda has 4 features without comments.