Cargo Features

[dependencies]
identity_account = { version = "0.6.3", default-features = false, features = ["mem-client", "stronghold", "async", "send-sync-storage", "encryption", "revocation-bitmap"] }
default = async, encryption, revocation-bitmap, send-sync-storage, stronghold

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

mem-client
stronghold default

Enables stronghold of identity_account_storage

async default

Enables async of identity_iota_client

identity_iota_client:

Enables async runtime support (Tokio)

send-sync-storage default

Enables send-sync-storage of identity_account_storage

identity_account_storage:

Enables Send + Sync bounds for the Storage trait.

encryption default

Enables encryption and decryption functionality.

Enables encryption of identity_account_storage

revocation-bitmap default

Enables revocation with RevocationBitmap2022.

Enables revocation-bitmap of identity_iota_client