Cargo Features

[dependencies]
identity_account_storage = { version = "0.6.3", default-features = false, features = ["stronghold", "send-sync-storage", "storage-test-suite", "encryption"] }
default = encryption, send-sync-storage, storage-test-suite, stronghold

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

stronghold default = futures, iota_stronghold, once_cell, rand, tokio

Affects identity_account_storage::stronghold

send-sync-storage default

Enables Send + Sync bounds for the Storage trait.

storage-test-suite default = anyhow, function_name, rand

Exposes Storage test_suite module.

encryption default

Enables encryption and decryption in the Storage trait.

Affects traits::Storage.data_encrypt, traits::Storage.data_decrypt

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.

anyhow storage-test-suite
function_name storage-test-suite

Enables function_name ^0.2

futures stronghold
iota_stronghold stronghold
once_cell stronghold
rand storage-test-suite stronghold
tokio stronghold