Cargo Features

[dependencies]
mapping-algorithms = { version = "0.1.0", default-features = false, features = ["std", "cuda", "pregenerated", "tracing"] }
default = pregenerated, std

These default features are set whenever mapping-algorithms is added without default-features = false somewhere in the dependency tree.

std default = thiserror

Enables std and std_rng of rand, std of nalgebra and num-traits, std of optional tracing

cuda = bindgen, cc
pregenerated default

Enables paste

Affects geo::single_precision, geo::double_precision, lines::single_precision, lines::double_precision, point_clouds::single_precision, point_clouds::double_precision, polygons::single_precision, polygons::double_precision

tracing

Enables tracing

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.

thiserror std
bindgen build cuda?
cc build cuda?