Cargo Features

openmls_memory_storage has no features set by default.

[dependencies]
openmls_memory_storage = { version = "0.3.0", features = ["test-utils", "persistence"] }
test-utils = hex

Enable test utilites

Enables test-utils of openmls_traits

persistence = base64

Affects openmls_memory_storage::persistence

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.

hex test-utils?
base64 persistence?

Enables base64 ^0.13