Cargo Features
[dependencies]
noir_macros_core = { version = "1.1.1", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default whenevernoir_macros_core
is added without
somewhere in the dependency tree.default-features = false - alloc default
noir_macros_core has 2 features without comments.