Cargo Features

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

The json_schema feature is set by default whenever struqture is added without default-features = false somewhere in the dependency tree.

json_schema default = schemars

Enables json_schema of qoqo_calculator

struqture_1_export = struqture_one
struqture_1_import = struqture_one

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_one struqture_1_export? struqture_1_import?

Enables struqture