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 whenevermiden-proving-service-client
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of miden-objects and miden-tx
- tx-prover
-
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