Cargo Features
[dependencies]
mapping-algorithms = { version = "0.0.1", default-features = false, features = ["std", "pregenerated", "tracing", "cuda"] }
- default = pregenerated, std
-
These default features are set whenever
mapping-algorithms
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std and std_rng of rand, std of nalgebra and num-traits, std of optional tracing
- pregenerated default
-
Enables paste
- tracing
-
Enables tracing
- cuda = bindgen, cc
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.
- bindgen build cuda?
-
Enables bindgen ^0.69.4
- cc build cuda?