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
somewhere in the dependency tree.default-features = false - 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.