Cargo Features

[dependencies]
pi_world = { version = "0.1.22", default-features = false, features = ["single_thread", "trace"] }
default = single_thread

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

single_thread default
trace

pi_world has 3 features without comments.