Cargo Features
[dependencies]
nam-blstrs = { version = "0.7.1-nam.0", default-features = false, features = ["portable", "gpu", "arbitrary", "serde"] }
- default = serde
-
The
serdefeature is set by default whenevernam-blstrsis added withoutsomewhere in the dependency tree.default-features = false - portable
-
nam-blst:
Compile in portable mode, without ISA extensions.
Binary can be executed on all systems. - gpu = ec-gpu
- arbitrary
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.