Cargo Features

[dependencies]
dpi = { version = "0.1.2", default-features = false, features = ["mint", "serde", "std"] }
default = std

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

mint

Enables mint

serde

Enables serde

std default

Access mathematical functions using the standard library implementations