Cargo Features

KGData has no features set by default.

[dependencies]
kgdata = { version = "4.0.1", features = ["extension-module"] }
extension-module

Enables extension-module of pyo3 ^0.19.2

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.

KGData has 1 feature without comment.