Cargo Features

[dependencies]
winter-air = { version = "0.8.3", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of winter-crypto, winter-fri, winter-math, and winter-utils

Affects proof::log2, proof::sqrt, proof::powf, proof::ceil