dioxus-core 0.6.3

Build fullstack web, desktop, and mobile apps with a single codebase.
Documentation
[dependencies.const_format]
version = "0.2.32"

[dependencies.dioxus-core-types]
version = "0.6.2"

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

[dependencies.futures-util]
default-features = false
features = ["alloc", "std"]
version = "0.3"

[dependencies.generational-box]
version = "0.6.2"

[dependencies.longest-increasing-subsequence]
version = "0.1.0"

[dependencies.rustc-hash]
version = "1.1.0"

[dependencies.rustversion]
version = "1.0.17"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.61"

[dependencies.slab]
version = "0.4.2"

[dependencies.slotmap]
features = ["serde"]
version = "1.0.7"

[dependencies.tracing]
version = "0.1.37"

[dependencies.warnings]
version = "0.2.1"

[features]
serialize = ["dep:serde"]

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

[package]
authors = ["Jonathan Kelley"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Build fullstack web, desktop, and mobile apps with a single codebase."
edition = "2021"
homepage = "https://dioxuslabs.com"
keywords = ["web", "desktop", "mobile", "gui", "wasm"]
license = "MIT OR Apache-2.0"
name = "dioxus-core"
readme = "README.md"
repository = "https://github.com/DioxusLabs/dioxus/"
version = "0.6.3"

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

[[test]]
name = "attr_cleanup"
path = "tests/attr_cleanup.rs"

[[test]]
name = "attributes_pass"
path = "tests/attributes_pass.rs"

[[test]]
name = "boolattrs"
path = "tests/boolattrs.rs"

[[test]]
name = "bubble_error"
path = "tests/bubble_error.rs"

[[test]]
name = "children_drop_futures"
path = "tests/children_drop_futures.rs"

[[test]]
name = "conditional_formatted_attributes"
path = "tests/conditional_formatted_attributes.rs"

[[test]]
name = "context_api"
path = "tests/context_api.rs"

[[test]]
name = "create_dom"
path = "tests/create_dom.rs"

[[test]]
name = "create_fragments"
path = "tests/create_fragments.rs"

[[test]]
name = "create_lists"
path = "tests/create_lists.rs"

[[test]]
name = "create_passthru"
path = "tests/create_passthru.rs"

[[test]]
name = "cycle"
path = "tests/cycle.rs"

[[test]]
name = "diff_component"
path = "tests/diff_component.rs"

[[test]]
name = "diff_dynamic_node"
path = "tests/diff_dynamic_node.rs"

[[test]]
name = "diff_element"
path = "tests/diff_element.rs"

[[test]]
name = "diff_keyed_list"
path = "tests/diff_keyed_list.rs"

[[test]]
name = "diff_unkeyed_list"
path = "tests/diff_unkeyed_list.rs"

[[test]]
name = "error_boundary"
path = "tests/error_boundary.rs"

[[test]]
name = "event_propagation"
path = "tests/event_propagation.rs"

[[test]]
name = "fuzzing"
path = "tests/fuzzing.rs"

[[test]]
name = "hotreloading"
path = "tests/hotreloading.rs"

[[test]]
name = "kitchen_sink"
path = "tests/kitchen_sink.rs"

[[test]]
name = "lifecycle"
path = "tests/lifecycle.rs"

[[test]]
name = "many_roots"
path = "tests/many_roots.rs"

[[test]]
name = "memory_leak"
path = "tests/memory_leak.rs"

[[test]]
name = "miri_full_app"
path = "tests/miri_full_app.rs"

[[test]]
name = "miri_simple"
path = "tests/miri_simple.rs"

[[test]]
name = "miri_stress"
path = "tests/miri_stress.rs"

[[test]]
name = "safety"
path = "tests/safety.rs"

[[test]]
name = "suspense"
path = "tests/suspense.rs"

[[test]]
name = "task"
path = "tests/task.rs"

[[test]]
name = "tracing"
path = "tests/tracing.rs"