Cargo Features

[dependencies]
qoqo-iqm = { version = "0.11.2", default-features = false, features = ["extension-module"] }
default = extension-module

The extension-module feature is set by default whenever qoqo-iqm is added without default-features = false somewhere in the dependency tree.

extension-module default

Enables extension-module of pyo3 ^0.25

pyo3:

Deprecated: use the PYO3_BUILD_EXTENSION_MODULE environment variable when building a Python extension module (set automatically by setuptools-rust and maturin).

Qoqo-IQM has 2 features without comments.