Cargo Features

Allium has no features set by default.

[dependencies]
allium = { version = "0.1.3", features = ["crypto_ring"] }
crypto_ring = base64, once_cell, ring

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 crypto_ring?

Enables base64 ^0.13

once_cell crypto_ring?
ring crypto_ring?

Enables ring ^0.16.15