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
somewhere in the dependency tree.default-features = false - 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.