Cargo Features
[dependencies]
iota-wallet = { version = "1.0.0-rc.6", default-features = false, features = ["ledger_nano", "stronghold", "storage", "message_interface", "events", "participation", "rocksdb"] }
- default = rocksdb, storage, stronghold
-
only default for now, should later be replaced by stronghold since stronghold is more secure
- ledger_nano
-
Enables ledger_nano of iota-client
- stronghold default = gloo-storage
-
Enables stronghold of iota-client
- storage default participation?
-
Affects
iota-wallet::storage
… - message_interface
-
Affects
iota-wallet::message_interface
… - events
-
Affects
iota-wallet::events
… - participation = storage
-
Enables participation of iota-client
Affects
types::participation
…
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.
- rocksdb default
-
Enables rocksdb ^0.20.1
Affects
adapter::rocksdb
… - gloo-storage wasm stronghold
-
Enables gloo-storage ^0.2.2