Cargo Features
[dependencies]
etopay-sdk = { version = "0.14.2", default-features = false, features = ["jammdb_repo", "postident", "viviswap-kyc", "viviswap-swap", "server"] }
- default = jammdb_repo
-
by default (for platforms that are not wasm)
Enables jammdb of etospheres-labs-iota-sdk, fs of tokio
- jammdb_repo default
-
if the jammdb should be used as user repository backend
Affects
user::file_storage
… - postident
-
enables calls to postident part of the API for KYC verification
Affects
backend::postident
,core::postident
… - viviswap-kyc
-
enables calls to Viviswap part of the API for KYC verification
- viviswap-swap
-
enables calls to Viviswap API for berforming swaps
- server
-
dummy feature to play nicely with dioxus