Cargo Features

[dependencies]
chess-lib = { version = "0.1.3", default-features = false, features = ["expensive_tests"] }
default = expensive_tests

The expensive_tests feature is set by default whenever chess-lib is added without default-features = false somewhere in the dependency tree.

expensive_tests default

Chess-Lib has 2 features without comments.