Cargo Features

[dependencies]
curv-embedded = { version = "0.1.0", default-features = false, features = ["num-bigint", "rust-gmp-kzen"] }
default = rust-gmp-kzen

The rust-gmp-kzen feature is set by default whenever curv-embedded is added without default-features = false somewhere in the dependency tree.

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.

num-bigint implicit feature

Enables num-bigint

num-bigint:

Big integer implementation for Rust

rust-gmp-kzen default