Cargo Features

[dependencies]
rsop = { version = "0.6.3", default-features = false, features = ["cli", "cliv", "unstable-curve448"] }
default = cli

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

cli default

Enables cli of sop

Required by the binary

cliv

Enables cliv of sop

Required by the rsopv binary

unstable-curve448

Enables unstable-curve448 of rpgpie-sop

rpgpie-sop:

Enables x448 support in rpgp and rpgpie