Cargo Features

[dependencies]
phlow = { version = "2.0.1", default-features = false, features = ["phlow-derive", "printing", "object-id", "view-specification"] }
default = phlow-derive, printing

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

phlow-derive default

Enables phlow-derive

printing default

Affects printing::get_debug_fmt_fn, printing::get_display_fmt_fn

object-id

Enables unique_id

view-specification

Enables async-trait, base64, erased-serde, serde, serde_repr, and typetag

Affects view::PhlowView.as_view_specification_builder, view::PhlowView.as_view_specification