Cargo Features

[dependencies]
struqture = { version = "2.0.0-alpha.3", default-features = false, features = ["json_schema", "struqture_1_export", "struqture_1_import"] }
default = json_schema, struqture_1_export, struqture_1_import

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

json_schema default = schemars

Enables json_schema of qoqo_calculator ~1.2

struqture_1_export default = struqture_1
struqture_1_import default = struqture_1

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.

schemars json_schema
struqture_1 struqture_1_export struqture_1_import

Enables struqture