Cargo Features

[dependencies]
nam-blstrs = { version = "0.7.1-nam.0", default-features = false, features = ["portable", "gpu", "arbitrary", "serde"] }
default = serde

The serde feature is set by default whenever nam-blstrs is added without default-features = false somewhere in the dependency tree.

portable

Enables portable of nam-blst

nam-blst:

Compile in portable mode, without ISA extensions.
Binary can be executed on all systems.

gpu = ec-gpu
arbitrary

Enables arbitrary, arbitrary of nam-blst

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.

serde default
ec-gpu gpu?