Cargo Features
[dependencies]
righor = { version = "0.2.4", default-features = false, features = ["py_binds", "kdam"] }
- default = kdam
-
The
kdam
feature is set by default wheneverrighor
is added without
somewhere in the dependency tree.default-features = false - 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
-
Enables kdam ^0.5.1
- numpy py_binds?
-
Enables numpy ^0.20