Cargo Features

StateMachineFuture has no features set by default.

[dependencies]
state_machine_future = { version = "0.2.0", features = ["debug_code_generation"] }
debug_code_generation

For debugging purposes, print the generated code to stdout during derive(StateMachineFuture) expansion.

Enables debug_code_generation of derive_state_machine_future