Cargo Features

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

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

portable

Enables portable of blst

blst:

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

gpu = ec-gpu

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?