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 default-features = false somewhere in the dependency tree.

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.