hyperchad_renderer_html_lambda 0.3.0

HyperChad HTML Lambda renderer 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_renderer_html_lambda"
version = "0.3.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HyperChad HTML Lambda renderer package"
readme = "README.md"
keywords = [
    "gui",
    "html",
    "render",
    "renderer",
    "web",
]
categories = ["gui"]
license = "MPL-2.0"
repository = "https://github.com/MoosicBox/MoosicBox"

[package.metadata]
examples = false

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

[features]
assets = ["hyperchad_renderer/assets"]
debug = []
default = [
    "assets",
    "debug",
    "json",
]
fail-on-warnings = [
    "hyperchad_renderer/fail-on-warnings",
    "moosicbox_assert/fail-on-warnings",
    "moosicbox_env_utils/fail-on-warnings",
]
json = [
    "dep:serde_json",
    "hyperchad_renderer/json",
]

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bytes]
version = "1.11.1"

[dependencies.flate2]
version = "1.1.9"

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

[dependencies.lambda_http]
version = "1.2.0"

[dependencies.lambda_runtime]
version = "1.2.0"

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

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

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

[dependencies.serde_json]
version = "1.0.149"
optional = true