hyperchad_transformer 0.3.0

HyperChad Transformer 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_transformer"
version = "0.3.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HyperChad Transformer package"
readme = "README.md"
keywords = [
    "dom",
    "gui",
    "hyperchad",
    "transformer",
    "web",
]
categories = [
    "development-tools",
    "gui",
    "web-programming",
]
license = "MPL-2.0"
repository = "https://github.com/MoosicBox/MoosicBox"

[package.metadata]
examples = false

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

[features]
benchmark = []
canvas = []
default = [
    "benchmark",
    "canvas",
    "format",
    "html",
    "layout",
    "layout-offset",
    "logic",
    "syntax-highlighting",
]
fail-on-warnings = [
    "hyperchad_actions/fail-on-warnings",
    "hyperchad_color/fail-on-warnings",
    "hyperchad_transformer_models/fail-on-warnings",
    "moosicbox_assert/fail-on-warnings",
    "moosicbox_logging/fail-on-warnings",
    "switchy_env/fail-on-warnings",
    "switchy_time/fail-on-warnings",
]
format = ["dep:xml"]
html = [
    "dep:tl",
    "hyperchad_actions/serde",
]
layout = [
    "dep:bumpalo",
    "hyperchad_transformer_models/layout",
]
layout-offset = ["layout"]
logic = ["hyperchad_actions/logic"]
profiling = ["dep:profiling"]
profiling-puffin = [
    "profiling",
    "profiling/profile-with-puffin",
    "profiling/puffin",
]
profiling-tracing = [
    "profiling",
    "profiling/profile-with-tracing",
    "profiling/tracing",
]
profiling-tracy = [
    "profiling",
    "profiling/profile-with-tracy",
]
simd = ["tl?/simd"]
syntax-highlighting = ["dep:syntect"]

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

[dependencies.bumpalo]
version = "3.20.2"
features = ["collections"]
optional = true

[dependencies.html-escape]
version = "0.2.13"

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

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

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

[dependencies.log]
version = "0.4.29"
features = ["release_max_level_trace"]

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

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

[dependencies.paste]
version = "1.0.15"

[dependencies.profiling]
version = "1.0.18"
optional = true

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

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

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

[dependencies.syntect]
version = "5.3.0"
optional = true

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tl]
version = "0.7.8"
optional = true

[dependencies.xml]
version = "1.3.0"
optional = true