Cargo Features

[dependencies]
miden-proving-service-client = { version = "0.7.0", default-features = false, features = ["std", "tx-prover", "getrandom", "tonic-web"] }
default = std

The std feature is set by default whenever miden-proving-service-client is added without default-features = false somewhere in the dependency tree.

std default

Enables std of miden-objects and miden-tx

tx-prover

Enables async of miden-tx

Affects miden-proving-service-client::generated

Features from optional dependencies

getrandom wasm32 unknown implicit feature

Enables getrandom ^0.2

getrandom:

A small cross-platform library for retrieving random data from system source

tonic-web not wasm32 not unknown implicit feature

Enables tonic-web

tonic-web:

grpc-web protocol translation for tonic services