Cargo Features

[dependencies]
HPGO = { version = "0.9.2", default-features = false, features = ["extension-module"] }
default = extension-module

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

extension-module default

Enables extension-module of pyo3 ^0.8.4

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.

HPGO has 2 features without comments.