Cargo Features
[dependencies]
lurk-rs = { version = "0.1.0", default-features = false, features = ["gpu", "pairing", "blst"] }
- default = gpu, pairing
-
These default features are set whenever
lurk-rs
is added without
somewhere in the dependency tree.default-features = false - gpu default
-
Enables gpu of bellperson ^0.14, opencl of neptune ^3.0
- pairing default
-
Enables pairing of bellperson ^0.14 and neptune ^3.0
- blst
-
Enables blst of bellperson ^0.14 and neptune ^3.0
lurk-rs has 4 features without comments.