Cargo Features
[dependencies]
miden-proving-service-client = { version = "0.8.0", default-features = false, features = ["std", "tx-prover", "batch-prover", "block-prover", "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
-
Enables miden-objects, tokio, async of miden-tx
Affects
proving_service::tx_prover
… - batch-prover
-
Enables miden-objects and tokio
Affects
proving_service::batch_prover
… - block-prover
-
Enables miden-objects and tokio
Affects
proving_service::block_prover
…
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.
- miden-tx std tx-prover?
- tonic-web not wasm32 not unknown implicit feature
-
Enables tonic-web ^0.12
tonic-web:
grpc-web protocol translation for tonic services