Cargo Features
[dependencies]
shivini = { version = "0.152.4", default-features = false, features = ["zksync", "allocator_stats", "nvtx"] }
- default = zksync
-
The
zksync
feature is set by default whenevershivini
is added without
somewhere in the dependency tree.default-features = false - zksync default = circuit_definitions
-
Affects
shivini::synthesis_utils
… - allocator_stats
- nvtx
-
Enables nvtx
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.