Cargo Features

[dependencies]
winter-math = { version = "0.8.4", default-features = false, features = ["std", "concurrent", "serde"] }
default = std

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

std default concurrent?

Enables std of winter-utils

concurrent = std

Enables concurrent of winter-utils

Features from optional dependencies

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework