Cargo Features
[dependencies]
plexi-core = { version = "0.1.1", default-features = false, features = ["auditor", "bincode", "client", "openapi"] }
- default = bincode, openapi
-
These default features are set whenever
plexi-core
is added without
somewhere in the dependency tree.default-features = false - auditor client? = akd
-
Enables experimental, parallel_insert and parallel_vrf of akd
Affects
auditor::verify_raw_proof
… - bincode default client?
-
Enables bincode
- client = auditor, bincode, reqwest
-
Affects
plexi-core::client
… - openapi default = utoipa
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.