Cargo Features
[dependencies]
identity_resolver = { version = "1.4.0", default-features = false, features = ["revocation-bitmap", "iota"] }
- default = iota, revocation-bitmap
-
These default features are set whenever
identity_resolver
is added without
somewhere in the dependency tree.default-features = false - revocation-bitmap default
-
Enables revocation-bitmap of identity_credential and optional identity_iota_core
identity_iota_core:
Enables revocation with
RevocationBitmap2022
. - iota default
-
Enables the IOTA integration for the resolver.
Enables identity_iota_core