Cargo Features

[dependencies]
viaduct = { version = "0.4.0", default-features = false, features = ["bytemuck", "speedy", "bincode"] }
default = bytemuck

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

bytemuck default

Enables bytemuck

speedy

Enables speedy

bincode

Enables bincode and serde

Viaduct has 4 features without comments.