Cargo Features

[dependencies]
struqture-py = { version = "2.0.0-alpha.0", default-features = false, features = ["extension-module", "json_schema", "struqture_1_import"] }
default = extension-module, json_schema

These default features are set whenever struqture-py is added without default-features = false somewhere in the dependency tree.

extension-module default

Enables extension-module of pyo3 ^0.20

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.

json_schema default

Enables json_schema of struqture

struqture_1_export struqture_1_import = struqture_one

Enables struqture_1_export and struqture_1_import of struqture

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.

struqture_one struqture_1_export? struqture_1_import?

Enables struqture