Cargo Features

[dependencies]
polynomical = { version = "1.0.0", default-features = false, features = ["std", "alloc", "bigint", "libm", "serde"] }
default = std

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

std default

Enables std of num

alloc

Enables alloc of num

bigint

Enables num-bigint of num

libm

Enables libm of num

serde

Enables serde of num

polynomical has 6 features without comments.