Cargo Features
[dependencies]
righor = { version = "0.2.6", 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 = log, numpy, pyo3
-
Affects
errors::PyErrorParameters
,event::PyStaticEvent
,shared::py_binding
…
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.21
Affects
errors::PyErrorParameters
,event::PyStaticEvent
,shared::py_binding
… - kdam default
-
Enables kdam ^0.5.1
- numpy py_binds?
-
Enables numpy ^0.21
- log py_binds?