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
somewhere in the dependency tree.default-features = false - 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.