Cargo Features

[dependencies]
hektor = { version = "0.2.2", default-features = false, features = ["free_functions", "serde", "mint"] }
default = free_functions

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

free_functions default

Features from optional dependencies

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

mint implicit feature

Enables mint

mint:

Math interoperability standard types