Cargo Features

[dependencies]
hydroflow = { version = "0.6.2", default-features = false, features = ["nightly", "macros", "hydroflow_macro", "hydroflow_datalog", "cli_integration", "python", "debugging"] }
default = debugging, macros, nightly

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

nightly default = hydroflow_macro

Enables diagnostics of hydroflow_macro

macros default = hydroflow_datalog, hydroflow_macro
hydroflow_macro macros nightly

Enables hydroflow_macro

Affects util::demux_enum

hydroflow_datalog macros

Enables hydroflow_datalog

cli_integration

Enables hydroflow_cli_integration

Affects util::cli

python

Enables pyo3 ^0.18

debugging default

Enables debugging of hydroflow_lang