Cargo Features

[dependencies]
rust-clacc = { version = "3.6.0", default-features = false, features = ["gmp", "bigint"] }
default = bigint

The bigint feature is set by default whenever rust-clacc is added without default-features = false somewhere in the dependency tree.

gmp

Enables rust-gmp

Affects rust-clacc::gmp

bigint default

Enables num-bigint and num-integer, num-bigint of num-modular ^0.5.1

Affects rust-clacc::bigint