hadrone-dioxus 0.1.0

Dioxus 0.7 bindings for hadrone grid layout engine
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 = "hadrone-dioxus"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dioxus 0.7 bindings for hadrone grid layout engine"
documentation = "https://docs.rs/hadrone-dioxus"
readme = "README.md"
keywords = [
    "dioxus",
    "grid",
    "layout",
]
categories = [
    "rendering",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wesleybatista/hadrone"
resolver = "2"

[features]
default = []
desktop = ["dioxus/desktop"]

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

[dependencies.dioxus]
version = "0.7.1"
features = [
    "router",
    "html",
]

[dependencies.hadrone-core]
version = "0.1.0"

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

[dev-dependencies]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1.0"
features = ["full"]

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "Element",
    "ResizeObserver",
    "ResizeObserverEntry",
]