Cargo Features

[dependencies]
minimax-alpha-beta = { version = "0.2.0", default-features = false, features = ["tictactoe", "chess"] }
default = tictactoe

The tictactoe feature is set by default whenever minimax-alpha-beta is added without default-features = false somewhere in the dependency tree.

tictactoe default
chess

Enables shakmaty ^0.21.3

minimax-alpha-beta has 3 features without comments.