Cargo Features

[dependencies]
phase21 = { version = "0.11.0", default-features = false, features = ["gpu", "pairing", "blst"] }
default = pairing

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

gpu

Enables gpu of bellperson ^0.12

pairing default

Enables pairing of bellperson ^0.12

blst

Enables blst of bellperson ^0.12

phase21 has 4 features without comments.