Cargo Features

bevy_octopus has no features set by default.

[dependencies]
bevy_octopus = { version = "0.3.0", features = ["inspect", "bincode", "serde_json"] }
inspect = bevy-inspector-egui

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bincode implicit feature
serde_json implicit feature

Enables serde_json

serde_json:

A JSON serialization file format

bevy-inspector-egui inspect?