Cargo Features
[dependencies]
blstrs = { version = "0.7.1", default-features = false, features = ["portable", "gpu", "serde"] }
- default = serde
-
The
serde
feature is set by default wheneverblstrs
is added without
somewhere in the dependency tree.default-features = false - portable
-
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.