Cargo Features

[dependencies]
openlimits = { version = "0.3.0", default-features = false, features = ["rust_gmp", "num_bigint"] }
default = rust_gmp

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

rust_gmp default

Enables rust_gmp of openlimits-nash

num_bigint

Enables num_bigint of openlimits-nash

openlimits has 3 features without comments.