Cargo Features

[dependencies]
aberth = { version = "0.4.1", default-features = false, features = ["std", "libm"] }
default = std

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

std default

Enables num-complex and num-traits

libm

libm is required when used in a #![no_std] context

Enables libm of num-complex and num-traits