Cargo Features

[dependencies]
candidate = { version = "0.0.5", default-features = false, features = ["cache_game_state", "instrument_game"] }
default = cache_game_state

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

cache_game_state default
instrument_game

Enables tracing

candidate has 3 features without comments.