Cargo Features

Hydrate has no features set by default.

[dependencies]
hydrate = { version = "0.0.2", features = ["loader", "pipeline", "editor", "codegen"] }
loader = hydrate-base, hydrate-loader
pipeline = hydrate-base, hydrate-data, hydrate-model, hydrate-pipeline, hydrate-schema
editor = hydrate-base, hydrate-data, hydrate-editor, hydrate-model, hydrate-pipeline, hydrate-schema
codegen = hydrate-base, hydrate-codegen, hydrate-data, hydrate-model, hydrate-pipeline, hydrate-schema

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.

hydrate-base codegen? editor? loader? pipeline?
hydrate-schema codegen? editor? pipeline?
hydrate-data codegen? editor? pipeline?
hydrate-model codegen? editor? pipeline?
hydrate-pipeline codegen? editor? pipeline?
hydrate-editor editor?
hydrate-loader loader?
hydrate-codegen codegen?