Cargo Features

[dependencies]
reinda = { version = "0.2.1", default-features = false, features = ["debug-is-prod", "hash", "compress"] }
default = compress, hash

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

debug-is-prod

Enables debug-is-prod of reinda-core and reinda-macros

Affects reinda::GetError

hash default = base64, sha2

Enables hash of reinda-macros

compress default = flate2

Enables compress of reinda-macros

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.

base64 hash

Enables base64 ^0.21.0

flate2 compress
sha2 hash