Cargo Features

[dependencies]
hyperchad_transformer = { version = "0.1.0", default-features = false, features = ["fail-on-warnings", "canvas", "profiling", "profiling-puffin", "profiling-tracing", "profiling-tracy", "layout", "layout-offset", "logic", "maud", "html", "simd", "format", "syntax-highlighting", "benchmark"] }
default = benchmark, canvas, format, html, layout, layout-offset, logic, maud, syntax-highlighting

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

fail-on-warnings
canvas default
profiling profiling-puffin? profiling-tracing? profiling-tracy?

Enables profiling

profiling-puffin = profiling

Enables profile-with-puffin and puffin of profiling

profiling-tracing = profiling

Enables profile-with-tracing and tracing of profiling

profiling-tracy = profiling

Enables profile-with-tracy of profiling

layout default layout-offset

Enables bumpalo, layout of hyperchad_transformer_models

Affects hyperchad_transformer::layout, hyperchad_transformer::Container.calculated_margin_left, hyperchad_transformer::Container.calculated_margin_right, hyperchad_transformer::Container.calculated_margin_top, hyperchad_transformer::Container.calculated_margin_bottom, hyperchad_transformer::Container.calculated_padding_left, hyperchad_transformer::Container.calculated_padding_right, hyperchad_transformer::Container.calculated_padding_top, hyperchad_transformer::Container.calculated_padding_bottom, hyperchad_transformer::Container.calculated_min_width, hyperchad_transformer::Container.calculated_child_min_width, hyperchad_transformer::Container.calculated_max_width, hyperchad_transformer::Container.calculated_preferred_width, hyperchad_transformer::Container.calculated_width, hyperchad_transformer::Container.calculated_min_height, hyperchad_transformer::Container.calculated_child_min_height

layout-offset default = layout

Affects hyperchad_transformer::Container.calculated_offset_x, hyperchad_transformer::Container.calculated_offset_y

logic default

Enables logic of hyperchad_actions

maud default = html

Enables maud

html default maud

Enables hyperchad_actions and tl

simd

Enables simd of optional tl

format default

Enables xml

syntax-highlighting default

Enables syntect

benchmark default