Cargo Features

[dependencies]
wnfs-nameaccumulator = { version = "0.2.0", default-features = false, features = ["rug", "num-bigint-dig"] }
default = num-bigint-dig

The num-bigint-dig feature is set by default whenever wnfs-nameaccumulator is added without default-features = false somewhere in the dependency tree.

rug

Enables rug

Affects name::DefaultBig, traits::BigNumRug

num-bigint-dig default

Enables num-bigint-dig

Affects name::DefaultBig, traits::BigNumDig