Cargo Features

miden-client has no features set by default.

[dependencies]
miden-client = { version = "0.7.0", features = ["std", "concurrent", "idxdb", "sqlite", "tonic", "web-tonic", "testing", "tokio"] }
std concurrent? sqlite? tonic?

Enables std of miden-objects

concurrent = std

Enables concurrent of miden-tx

idxdb

Enables base64, serde, serde-wasm-bindgen, wasm-bindgen, and wasm-bindgen-futures

Affects store::web_store

sqlite = std

Enables deadpool-sqlite and rusqlite ^0.32

Affects store::sqlite_store

tonic = std

With tls, tls-native-roots and transport

web-tonic

Enables tonic-web-wasm-client

testing

Enables testing of miden-lib, miden-objects, and miden-tx

Affects miden-client::testing

Features from optional dependencies

tokio implicit feature

Enables tokio

tokio:

An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications