hyle-dioxus 0.1.8

Dioxus integration for hyle — reactive hooks and SSR-compatible components for data-driven UIs.
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 = "hyle-dioxus"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dioxus integration for hyle — reactive hooks and SSR-compatible components for data-driven UIs."
documentation = "https://docs.rs/hyle-dioxus"
readme = "README.md"
keywords = [
    "dioxus",
    "blueprint",
    "hooks",
    "ui",
    "wasm",
]
categories = [
    "gui",
    "wasm",
    "web-programming",
]
license = "BSD-2-Clause"
repository = "https://github.com/tty-pt/hyle"
resolver = "2"

[features]
axum = [
    "dep:axum",
    "dioxus/server",
]

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

[dependencies.axum]
version = "0.8"
optional = true

[dependencies.dioxus]
version = "=0.7.7"
features = [
    "launch",
    "html",
    "macro",
    "signals",
]
default-features = false

[dependencies.dioxus-core]
version = "=0.7.7"

[dependencies.dioxus-fullstack]
version = "=0.7.7"

[dependencies.dioxus-fullstack-core]
version = "=0.7.7"

[dependencies.dioxus-hooks]
version = "=0.7.7"

[dependencies.dioxus-query]
version = "0.9"

[dependencies.dioxus-signals]
version = "=0.7.7"

[dependencies.hyle]
version = "0.1"

[dependencies.indexmap]
version = "2"
features = ["serde"]

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

[dependencies.serde_json]
version = "1"