Cargo Features
[dependencies]
cecile-supercool-tracker = { version = "0.0.2", default-features = false, features = ["python"] }
- default = python
-
The
python
feature is set by default whenevercecile-supercool-tracker
is added without
somewhere in the dependency tree.default-features = false - python default
-
Enables pyo3 ^0.20, pyo3-build-config ^0.18, and pyo3-log ^0.8
Affects
batch::python
,batch_api::python
,simple_api::python
,sort::python
,spatio_temporal_constraints::python
,batch_api::python
,clipping::clipping_py
,nms::nms_py
…