Cargo Features
[dependencies]
rumdl = { version = "0.0.48", default-features = false, features = ["parallel", "profiling", "python", "structure_preprocessing"] }
- default = parallel, profiling
-
These default features are set whenever
rumdl
is added without
somewhere in the dependency tree.default-features = false - parallel default = rayon
- profiling default
-
Affects
profiling::PROFILING_ENABLED
… - python = pyo3
-
Affects
rumdl::python
… - structure_preprocessing
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.