Cargo Features
[dependencies]
scicrypt-bigint = { version = "0.7.1", default-features = false, features = ["rug"] }
- default = rug
-
The
rug
feature is set by default wheneverscicrypt-bigint
is added without
somewhere in the dependency tree.default-features = false - rug default
-
Enables rug
scicrypt-bigint has 2 features without comments.