Cargo Features
[dependencies]
miden-client = { version = "0.8.1", default-features = false, features = ["std", "concurrent", "idxdb", "sqlite", "tonic", "web-tonic", "testing"] }
- default = std
-
These default features are set whenever
miden-client
is added without
somewhere in the dependency tree.default-features = false Enables channel of tonic ^0.12
- std default concurrent? sqlite? tonic?
-
Enables std of miden-objects and miden-proving-service-client
Affects
miden-client::builder
… - concurrent = std
-
Enables concurrent of miden-tx
- idxdb
-
Enables base64, getrandom, serde, serde-wasm-bindgen, wasm-bindgen, and wasm-bindgen-futures
Affects
store::web_store
… - sqlite = std
-
Enables deadpool-sqlite ^0.9 and rusqlite ^0.32
Affects
store::sqlite_store
… - tonic default = std
-
Enables tls, tls-native-roots and transport of tonic ^0.12
- web-tonic
-
Enables getrandom and tonic-web-wasm-client ^0.6
- testing
-
Enables testing of miden-lib, miden-objects, and miden-tx
Affects
miden-client::testing
…