Cargo Features
interledger-settlement-engines has no features set by default.
[dependencies]
interledger-settlement-engines = { version = "0.2.0", features = ["ethereum"] }
- ethereum = ethereum-types, rlp, secp256k1, tiny-keccak
-
Affects
engines::ethereum_ledger
,stores::redis_ethereum_ledger
,store_helpers::test_eth_store
…
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.
- ethereum-types ethereum?
-
Enables ethereum-types ^0.6.0
- rlp ethereum?
-
Enables rlp ^0.4.2
- secp256k1 ethereum?
-
Enables secp256k1 ^0.15.5
- tiny-keccak ethereum?
-
Enables tiny-keccak ^1.4.2