Cargo Features
[dependencies]
ark-relations-zkhub = { version = "0.4.7", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverark-relations-zkhub
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ark-ff ^0.4.0, ark-std ^0.4.0, and tracing
ark-relations-zkhub has 2 features without comments.