forge-dioxus 0.8.4

Dioxus runtime client for the Forge full-stack framework
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 = "forge-dioxus"
version = "0.8.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dioxus runtime client for the Forge full-stack framework"
readme = false
keywords = [
    "forge",
    "dioxus",
    "fullstack",
    "wasm",
]
categories = [
    "web-programming",
    "wasm",
]
license = "MIT"
repository = "https://github.com/isala404/forge"

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

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

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

[dependencies.futures-channel]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

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

[dependencies.serde_json]
version = "1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.dirs]
version = "6"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "multipart",
    "rustls-tls",
    "stream",
]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.reqwest-eventsource]
version = "0.6"

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

[target.'cfg(target_arch = "wasm32")'.dependencies.gloo-net]
version = "0.6"
features = [
    "http",
    "eventsource",
]

[target.'cfg(target_arch = "wasm32")'.dependencies.gloo-timers]
version = "0.3"
features = ["futures"]

[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 = [
    "Blob",
    "Document",
    "ErrorEvent",
    "EventSource",
    "File",
    "FormData",
    "Location",
    "MessageEvent",
    "Navigator",
    "PromiseRejectionEvent",
    "RequestCredentials",
    "Storage",
    "UrlSearchParams",
    "VisibilityState",
    "Window",
]