{
  "cksum": "65209f977bca49048b19f038016b2dd40548ed90d350103ace2ae3d46d20ed7a",
  "crate_file": "hyperchad_app-0.3.0.crate",
  "crate_url": "https://static.crates.io/crates/hyperchad_app/hyperchad_app-0.3.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1.89",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": false,
      "req": "^4.6.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "flume",
      "optional": false,
      "req": "^0.12.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hyperchad_actions",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hyperchad_renderer",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hyperchad_renderer_egui",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hyperchad_renderer_fltk",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hyperchad_renderer_html",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "hash",
        "script"
      ],
      "kind": "normal",
      "name": "hyperchad_renderer_vanilla_js",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hyperchad_router",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hyperchad_shared_state_bridge",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hyperchad_shared_state_models",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "release_max_level_trace"
      ],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4.29",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "moosicbox_assert",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "moosicbox_env_utils",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.149",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "async-net",
        "async-rt-multi-thread",
        "async-time",
        "async-tokio",
        "http-models"
      ],
      "kind": "normal",
      "name": "switchy",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "switchy_env",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0.18",
      "target": null
    }
  ],
  "features": {
    "benchmark": [
      "hyperchad_renderer/benchmark"
    ],
    "logic": [
      "hyperchad_actions/logic",
      "hyperchad_renderer/logic"
    ],
    "static-routes": [
      "hyperchad_router/static-routes"
    ],
    "syntax-highlighting": [
      "hyperchad_router/syntax-highlighting"
    ]
  },
  "features2": {
    "actions": [
      "hyperchad_renderer_html?/actions"
    ],
    "actix": [
      "hyperchad_renderer_html?/actix"
    ],
    "all-plugins": [
      "hyperchad_renderer_vanilla_js?/all-plugins"
    ],
    "assets": [
      "hyperchad_renderer/assets",
      "hyperchad_renderer_html?/assets"
    ],
    "debug": [
      "hyperchad_renderer_egui?/debug",
      "hyperchad_renderer_fltk?/debug",
      "hyperchad_renderer_html?/debug",
      "hyperchad_renderer_vanilla_js?/debug"
    ],
    "default": [
      "actix",
      "assets",
      "egui-wgpu",
      "fltk",
      "format",
      "html",
      "json",
      "lambda",
      "logic",
      "static-routes",
      "vanilla-js"
    ],
    "egui": [
      "dep:hyperchad_renderer_egui",
      "logic"
    ],
    "egui-glow": [
      "egui",
      "hyperchad_renderer_egui/glow"
    ],
    "egui-v1": [
      "egui",
      "hyperchad_renderer_egui/v1"
    ],
    "egui-v2": [
      "egui",
      "hyperchad_renderer_egui/v2"
    ],
    "egui-wgpu": [
      "egui",
      "hyperchad_renderer_egui/wgpu"
    ],
    "fail-on-warnings": [
      "hyperchad_actions/fail-on-warnings",
      "hyperchad_renderer/fail-on-warnings",
      "hyperchad_renderer_egui?/fail-on-warnings",
      "hyperchad_renderer_fltk?/fail-on-warnings",
      "hyperchad_renderer_html?/fail-on-warnings",
      "hyperchad_renderer_vanilla_js?/fail-on-warnings",
      "hyperchad_router/fail-on-warnings",
      "hyperchad_shared_state_bridge?/fail-on-warnings",
      "hyperchad_shared_state_models?/fail-on-warnings",
      "moosicbox_assert/fail-on-warnings",
      "moosicbox_env_utils/fail-on-warnings",
      "switchy/fail-on-warnings",
      "switchy_env/fail-on-warnings"
    ],
    "fltk": [
      "dep:hyperchad_renderer_fltk",
      "logic"
    ],
    "format": [
      "hyperchad_renderer_fltk?/format",
      "hyperchad_router/format"
    ],
    "html": [
      "dep:hyperchad_renderer_html",
      "hyperchad_renderer/html"
    ],
    "json": [
      "hyperchad_renderer/json",
      "hyperchad_renderer_html?/json",
      "hyperchad_router/json"
    ],
    "lambda": [
      "hyperchad_renderer_html?/lambda"
    ],
    "plugin-actions": [
      "hyperchad_renderer_vanilla_js?/plugin-actions"
    ],
    "plugin-actions-change": [
      "hyperchad_renderer_vanilla_js?/plugin-actions-change"
    ],
    "plugin-actions-click": [
      "hyperchad_renderer_vanilla_js?/plugin-actions-click"
    ],
    "plugin-actions-click-outside": [
      "hyperchad_renderer_vanilla_js?/plugin-actions-click-outside"
    ],
    "plugin-actions-event": [
      "hyperchad_renderer_vanilla_js?/plugin-actions-event"
    ],
    "plugin-actions-immediate": [
      "hyperchad_renderer_vanilla_js?/plugin-actions-immediate"
    ],
    "plugin-actions-mouse-down": [
      "hyperchad_renderer_vanilla_js?/plugin-actions-mouse-down"
    ],
    "plugin-actions-mouse-over": [
      "hyperchad_renderer_vanilla_js?/plugin-actions-mouse-over"
    ],
    "plugin-actions-resize": [
      "hyperchad_renderer_vanilla_js?/plugin-actions-resize"
    ],
    "plugin-canvas": [
      "hyperchad_renderer_vanilla_js?/plugin-canvas"
    ],
    "plugin-event": [
      "hyperchad_renderer_vanilla_js?/plugin-event"
    ],
    "plugin-form": [
      "hyperchad_renderer_vanilla_js?/plugin-form"
    ],
    "plugin-http-events": [
      "hyperchad_renderer_vanilla_js?/plugin-http-events"
    ],
    "plugin-idiomorph": [
      "hyperchad_renderer_vanilla_js?/plugin-idiomorph"
    ],
    "plugin-nav": [
      "hyperchad_renderer_vanilla_js?/plugin-nav"
    ],
    "plugin-routing": [
      "hyperchad_renderer_vanilla_js?/plugin-routing"
    ],
    "plugin-shared-state": [
      "hyperchad_renderer_vanilla_js?/plugin-shared-state"
    ],
    "plugin-sse": [
      "hyperchad_renderer_vanilla_js?/plugin-sse"
    ],
    "plugin-tauri-event": [
      "hyperchad_renderer_vanilla_js?/plugin-tauri-event"
    ],
    "plugin-uuid": [
      "hyperchad_renderer_vanilla_js?/plugin-uuid"
    ],
    "plugin-uuid-insecure": [
      "hyperchad_renderer_vanilla_js?/plugin-uuid-insecure"
    ],
    "profiling-puffin": [
      "hyperchad_renderer/profiling-puffin",
      "hyperchad_renderer_egui?/profiling-puffin"
    ],
    "profiling-tracing": [
      "hyperchad_renderer/profiling-tracing",
      "hyperchad_renderer_egui?/profiling-tracing"
    ],
    "profiling-tracy": [
      "hyperchad_renderer/profiling-tracy",
      "hyperchad_renderer_egui?/profiling-tracy"
    ],
    "shared-state-bridge": [
      "dep:hyperchad_shared_state_bridge",
      "dep:hyperchad_shared_state_models",
      "hyperchad_renderer_html?/shared-state-bridge",
      "logic"
    ],
    "shared-state-transport": [
      "dep:hyperchad_shared_state_models",
      "hyperchad_renderer_html?/shared-state-transport"
    ],
    "sse": [
      "hyperchad_renderer_html?/sse"
    ],
    "unsafe": [
      "hyperchad_renderer_fltk?/unsafe"
    ],
    "vanilla-js": [
      "dep:hyperchad_renderer_vanilla_js",
      "html",
      "hyperchad_renderer_html/extend"
    ],
    "wayland": [
      "hyperchad_renderer_egui?/wayland"
    ],
    "web-server": [
      "hyperchad_renderer_html?/web-server",
      "switchy/web-server"
    ],
    "web-server-actix": [
      "hyperchad_renderer_html?/web-server-actix",
      "switchy/web-server-actix"
    ],
    "web-server-simulator": [
      "hyperchad_renderer_html?/web-server-simulator",
      "switchy/web-server-simulator"
    ],
    "x11": [
      "hyperchad_renderer_egui?/x11"
    ]
  },
  "index_path": "hy/pe/hyperchad_app",
  "name": "hyperchad_app",
  "pubtime": "2026-05-21T05:08:13Z",
  "v": 2,
  "vers": "0.3.0",
  "yanked": false
}
