Cargo Features

[dependencies]
state_objects = { version = "0.0.4", default-features = false, features = ["std"] }
default = std

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

std default

state_objects has 2 features without comments.