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

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.

rayon parallel
pyo3 python?