Cargo Features

[dependencies]
voxel-tiler-core = { version = "0.2.1", default-features = false, features = ["rayon", "jamalloc", "print-log"] }
default = jamalloc, rayon

These default features are set whenever voxel-tiler-core is added without default-features = false somewhere in the dependency tree.

rayon default

Enables rayon, rayon of indexmap, laz-parallel of las, parallel of laz

jamalloc default

Enables tikv-jemallocator

print-log

Enables chrono

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.

las rayon
laz rayon