Cargo Features

[dependencies]
shivini = { version = "0.150.8", default-features = false, features = ["zksync", "allocator_stats", "nvtx"] }
default = zksync

The zksync feature is set by default whenever shivini is added without default-features = false somewhere in the dependency tree.

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.

circuit_definitions zksync