Cargo Features

[dependencies]
smooth-operator = { version = "0.7.2", default-features = false, features = ["std"] }
default = std

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

std default

smooth-operator has 2 features without comments.