Cargo Features

box2d-rs has no features set by default.

[dependencies]
box2d-rs = { version = "0.0.4", features = ["serde_support"] }
serde_support = serde, strum, strum_macros

Affects b2rs_common::UserDataType, joints::serialize, box2d-rs::serialize, shapes::serialize_b2_polygon_shape

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.

serde serde_support?
strum serde_support?

Enables strum ^0.24.1

strum_macros serde_support?

Enables strum_macros ^0.24.3