Cargo Features
[dependencies]
qoqo_qiskit_devices = { version = "0.10.1", default-features = false, features = ["extension-module"] }
- default = extension-module
-
The
extension-modulefeature is set by default wheneverqoqo_qiskit_devicesis added withoutsomewhere in the dependency tree.default-features = false - extension-module default
-
Enables extension-module of pyo3 ^0.23
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.
qoqo_qiskit_devices has 2 features without comments.