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 whenevercandidate
is added without
somewhere in the dependency tree.default-features = false - cache_game_state default
- instrument_game
-
Enables tracing
candidate has 3 features without comments.