hyperchad_template 0.3.0

HyperChad template package
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "hyperchad_template"
version = "0.3.0"
authors = ["Braden Steffaniak"]
build = false
include = [
    "src",
    "tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HyperChad template package"
readme = "README.md"
keywords = ["hyperchad"]
categories = [
    "development-tools",
    "gui",
    "web-programming",
]
license = "MPL-2.0"
repository = "https://github.com/MoosicBox/MoosicBox"

[package.metadata]
examples = false

[package.metadata.cargo-machete]
ignored = ["rustc_version"]

[package.metadata.workspaces]
group = "hyperchad"

[features]
default = ["logic"]
fail-on-warnings = [
    "hyperchad_actions/fail-on-warnings",
    "hyperchad_color/fail-on-warnings",
    "hyperchad_template_actions_dsl/fail-on-warnings",
    "hyperchad_template_macros/fail-on-warnings",
    "hyperchad_transformer/fail-on-warnings",
    "hyperchad_transformer_models/fail-on-warnings",
]
logic = [
    "hyperchad_actions/logic",
    "hyperchad_transformer/logic",
]

[lib]
name = "hyperchad_template"
path = "src/lib.rs"

[[test]]
name = "absolute_paths"
path = "tests/absolute_paths.rs"

[[test]]
name = "advanced_features"
path = "tests/advanced_features.rs"

[[test]]
name = "basic_container"
path = "tests/basic_container.rs"

[[test]]
name = "basic_syntax"
path = "tests/basic_syntax.rs"

[[test]]
name = "calc_expressions"
path = "tests/calc_expressions.rs"

[[test]]
name = "color_attributes"
path = "tests/color_attributes.rs"

[[test]]
name = "control_structures"
path = "tests/control_structures.rs"

[[test]]
name = "details_summary_test"
path = "tests/details_summary_test.rs"

[[test]]
name = "enum_attributes"
path = "tests/enum_attributes.rs"

[[test]]
name = "errors"
path = "tests/errors.rs"

[[test]]
name = "flex_properties"
path = "tests/flex_properties.rs"

[[test]]
name = "font_weight_e2e"
path = "tests/font_weight_e2e.rs"

[[test]]
name = "fx_actions"
path = "tests/fx_actions.rs"

[[test]]
name = "helper_functions"
path = "tests/helper_functions.rs"

[[test]]
name = "hex_color_edge_cases"
path = "tests/hex_color_edge_cases.rs"

[[test]]
name = "http_events_test"
path = "tests/http_events_test.rs"

[[test]]
name = "hybrid_unit_syntax"
path = "tests/hybrid_unit_syntax.rs"

[[test]]
name = "if_let_control_flow"
path = "tests/if_let_control_flow.rs"

[[test]]
name = "lib_unit_tests"
path = "tests/lib_unit_tests.rs"

[[test]]
name = "misc"
path = "tests/misc.rs"

[[test]]
name = "overflow_wrap_test"
path = "tests/overflow_wrap_test.rs"

[[test]]
name = "responsive_test"
path = "tests/responsive_test.rs"

[[test]]
name = "simple_container"
path = "tests/simple_container.rs"

[[test]]
name = "splices"
path = "tests/splices.rs"

[[test]]
name = "strict_input_types_test"
path = "tests/strict_input_types_test.rs"

[[test]]
name = "td_th_html_output_test"
path = "tests/td_th_html_output_test.rs"

[[test]]
name = "text_overflow_test"
path = "tests/text_overflow_test.rs"

[[test]]
name = "user_select_test"
path = "tests/user_select_test.rs"

[[test]]
name = "white_space_test"
path = "tests/white_space_test.rs"

[dependencies.hyperchad_actions]
version = "0.3.0"
default-features = false

[dependencies.hyperchad_color]
version = "0.3.0"
default-features = false

[dependencies.hyperchad_template_actions_dsl]
version = "0.3.0"
default-features = false

[dependencies.hyperchad_template_macros]
version = "0.3.0"
default-features = false

[dependencies.hyperchad_transformer]
version = "0.3.0"
default-features = false

[dependencies.hyperchad_transformer_models]
version = "0.3.0"
default-features = false

[dependencies.itoa]
version = "1.0.18"

[dependencies.ryu]
version = "1.0.23"

[build-dependencies.rustc_version]
version = "0.4.1"