Cargo Features

[dependencies]
optimization_tools = { version = "0.1.0", default-features = false, features = ["full", "enabled", "rapidity_6", "rapidity_7", "rapidity_8", "rapidity_9"] }
default = enabled

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

full = enabled
enabled default full?
rapidity_6 rapidity_7?

to enable slow tests

rapidity_7 rapidity_8? = rapidity_6

to enable slow tests

rapidity_8 rapidity_9? = rapidity_7

to enable slow tests

rapidity_9 = rapidity_8

to enable slow tests