hyperchad_renderer_egui 0.2.0

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

[package.metadata]
examples = false

[package.metadata.cargo-machete]
ignored = [
    "hyperchad_color",
    "image",
    "tracy-client",
    "wgpu",
]

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

[features]
debug = []
default = [
    "debug",
    "v1",
    "v2",
    "wgpu",
]
fail-on-warnings = [
    "hyperchad_actions/fail-on-warnings",
    "hyperchad_color/fail-on-warnings",
    "hyperchad_renderer/fail-on-warnings",
    "hyperchad_router/fail-on-warnings",
    "hyperchad_transformer/fail-on-warnings",
    "moosicbox_app_native_image/fail-on-warnings",
    "moosicbox_assert/fail-on-warnings",
    "moosicbox_logging/fail-on-warnings",
    "switchy_async/fail-on-warnings",
    "switchy_env/fail-on-warnings",
    "switchy_http/fail-on-warnings",
]
glow = ["eframe/glow"]
profiling = [
    "dep:profiling",
    "hyperchad_transformer/profiling",
]
profiling-puffin = [
    "dep:puffin",
    "dep:puffin_http",
    "hyperchad_renderer/profiling-puffin",
    "hyperchad_transformer/profiling-puffin",
    "profiling",
]
profiling-tracing = [
    "dep:tracing-subscriber",
    "profiling",
]
profiling-tracy = [
    "dep:tracy-client",
    "hyperchad_renderer/profiling-tracy",
    "hyperchad_transformer/profiling-tracy",
    "profiling",
]
v1 = []
v2 = []
wayland = ["eframe/wayland"]
wgpu = ["eframe/wgpu"]
x11 = ["eframe/x11"]

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

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

[dependencies.eframe]
version = "0.33.3"
features = [
    "__screenshot",
    "default",
]
default-features = false

[dependencies.egui_extras]
version = "0.33.3"
features = [
    "image",
    "svg",
]
default-features = false

[dependencies.flume]
version = "0.12.0"

[dependencies.hyperchad_actions]
version = "0.2.0"
features = [
    "handler",
    "logic",
]
default-features = false

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

[dependencies.hyperchad_renderer]
version = "0.2.0"
features = [
    "canvas",
    "viewport-immediate",
]
default-features = false

[dependencies.hyperchad_router]
version = "0.2.0"
default-features = false

[dependencies.hyperchad_transformer]
version = "0.2.0"
features = [
    "html",
    "layout-offset",
    "logic",
]
default-features = false

[dependencies.image]
version = "0.25.10"
features = ["webp"]

[dependencies.itertools]
version = "0.14.0"

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

[dependencies.moosicbox_app_native_image]
version = "0.2.0"
default-features = false

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

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

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

[dependencies.puffin]
version = "0.20.0"
optional = true

[dependencies.puffin_http]
version = "0.17.0"
optional = true

[dependencies.switchy_async]
version = "0.2.0"
features = ["tokio"]
default-features = false

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

[dependencies.switchy_http]
version = "0.2.0"
features = ["reqwest"]
default-features = false

[dependencies.tracing-subscriber]
version = "0.3.23"
optional = true

[dependencies.tracy-client]
version = "0.18.4"
features = ["enable"]
optional = true
default-features = false