dioxus-devtools 0.7.0-rc.4

Hot reloading utilities for Dioxus
Documentation
[dependencies.dioxus-cli-config]
version = "=0.7.0-rc.4"

[dependencies.dioxus-core]
features = ["serialize"]
version = "=0.7.0-rc.4"

[dependencies.dioxus-devtools-types]
version = "=0.7.0-rc.4"

[dependencies.dioxus-signals]
version = "=0.7.0-rc.4"

[dependencies.futures-channel]
optional = true
version = "0.3.31"

[dependencies.futures-util]
default-features = false
features = ["sink", "async-await-macro"]
optional = true
version = "0.3"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.subsecond]
version = "=0.7.0-rc.4"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.41"

[dependencies.warnings]
version = "0.2.1"

[dev-dependencies.serde_json]
version = "1.0.140"

[dev-dependencies.tokio]
features = ["full"]
version = "1.46"

[features]
default = []
serve = ["dep:futures-util", "dep:futures-channel"]

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

[package]
authors = ["Jonathan Kelley", "Evan Almloff"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Hot reloading utilities for Dioxus"
edition = "2021"
homepage = "https://dioxuslabs.com/learn/0.4/migration/hot_reload"
keywords = ["dom", "ui", "gui", "react", "hot-reloading"]
license = "MIT OR Apache-2.0"
name = "dioxus-devtools"
readme = false
repository = "https://github.com/DioxusLabs/dioxus/"
version = "0.7.0-rc.4"

[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tungstenite]
version = "0.27.0"