Cargo Features

[dependencies]
inari = { version = "1.1.0", default-features = false, features = ["gmp", "libm"] }
default = gmp

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

gmp default = gmp-mpfr-sys, nom, rug

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

libm implicit feature

Enables libm

libm:

libm in pure Rust

gmp-mpfr-sys gmp
nom gmp
rug gmp