Cargo Features

[dependencies]
voxelis = { version = "25.4.0", default-features = false, features = ["numeric_voxel_impls", "memory_stats", "debug_trace_ref_counts"] }
default = numeric_voxel_impls

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

numeric_voxel_impls default
memory_stats
debug_trace_ref_counts

Voxelis has 4 features without comments.