Cargo Features
[dependencies]
identity_iota_client = { version = "0.6.3", default-features = false, features = ["async", "revocation-bitmap"] }
- default = async, revocation-bitmap
-
These default features are set whenever
identity_iota_client
is added without
somewhere in the dependency tree.default-features = false - async default
-
Enables async runtime support (Tokio)
Enables async of iota-client
- revocation-bitmap default
-
Enables revocation with
RevocationBitmap2022
.Enables revocation-bitmap of identity_iota_core =0.6.3