Cargo Features

[dependencies]
pallas-math = { version = "0.30.2", default-features = false, features = ["gmp", "num"] }
default = gmp

The gmp feature is set by default whenever pallas-math is added without default-features = false somewhere in the dependency tree.

gmp default

Enables gmp-mpfr-sys

Affects pallas-math::math_gmp

num

Enables num-bigint, num-integer, and num-traits

Affects pallas-math::math_num