Cargo Features

[dependencies]
transvoxel = { version = "1.1.0", default-features = false, features = ["bevy", "bytemuck", "serde"] }
default = serde

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

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.

bevy implicit feature

Enables bevy ^0.11

bevy:

A refreshingly simple data-driven game engine and app framework

bytemuck implicit feature

Enables bytemuck

bytemuck:

A crate for mucking around with piles of bytes

serde default