Cargo Features
Taxonomy has no features set by default.
[dependencies]
taxonomy = { version = "0.10.0", features = ["python", "python_test"] }
- python
-
Enables extension-module of pyo3 ^0.18
pyo3:
Use this feature when building an extension module.
It tells the linker to keep the python symbols unresolved,
so that the module can also be used with statically linked python interpreters. - python_test = pyo3
-
Enables auto-initialize of pyo3 ^0.18
pyo3:
Changes
Python::with_gil
to automatically initialize the Python interpreter if needed.
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 python? python_test?
-
Enables pyo3 ^0.18