Cargo Features

[dependencies]
righor = { version = "0.2.3", default-features = false, features = ["py_binds", "kdam"] }
default = kdam

The kdam feature is set by default whenever righor is added without default-features = false somewhere in the dependency tree.

py_binds = numpy, pyo3

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.

pyo3 py_binds?

Enables pyo3 ^0.20.0

kdam default
numpy py_binds?

Enables numpy ^0.20