Cargo Features
libzeropool-rs has no features set by default.
[dependencies]
libzeropool-rs = { version = "0.9.1", features = ["web", "node", "native", "multicore"] }
- web = kvdb-web
-
Affects
merkle::WebMerkleTree
,sparse_array::WebSparseArray
… - node
-
getrandom:
Feature to enable JavaScript bindings on wasm*-unknown-unknown
- native = kvdb-persy
-
Affects
merkle::NativeMerkleTree
,sparse_array::NativeSparseArray
… - multicore
-
Enables multicore of fawkes-crypto-bellman_ce
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.
- kvdb-web web?
-
Enables zp-kvdb-web
- kvdb-persy native?