Cargo Features
finch_lib has no features set by default.
[dependencies]
finch_lib = { version = "0.4.0", features = ["python"] }
- python = numpy, pyo3
-
Enables extension-module of pyo3 ^0.13
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.Affects
finch_lib::python
…
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.
- numpy python?
-
Enables numpy ^0.13
- pyo3 python?
-
Enables pyo3 ^0.13