Cargo Features

[dependencies]
foxtrot = { version = "0.3.0", default-features = false, features = ["dev", "tracing"] }
default = dev

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

dev default

Enables bevy_editor_pls ^0.7

tracing

Enables trace_chrome of bevy ^0.12

bevy:

Tracing support, saving a file in Chrome Tracing format

Foxtrot has 3 features without comments.