Cargo Features
[dependencies]
identity_storage = { version = "1.4.0", default-features = false, features = ["memstore", "send-sync-storage", "iota-document", "jpt-bbs-plus"] }
- default = iota-document, memstore
-
These default features are set whenever
identity_storage
is added without
somewhere in the dependency tree.default-features = false - memstore default
-
Exposes in-memory implementations of the storage traits intended exclusively for testing.
Enables iota-crypto, rand, and tokio
- send-sync-storage
-
Enables
Send
+Sync
bounds for the storage traits. - iota-document default
-
Implements the JwkStorageDocumentExt trait for IotaDocument
Enables identity_iota_core
- jpt-bbs-plus
-
Enables JSON Proof Token & BBS+ related features
Enables bls12_381_plus, json-proof-token and zkryptium ^0.2.2, jpt-bbs-plus of identity_credential
Affects
key_storage::bls
…