dioxus-hooks 0.7.4

Basic useful hooks for Dioxus.
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 = "2021"
name = "dioxus-hooks"
version = "0.7.4"
authors = ["Jonathan Kelley"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Basic useful hooks for Dioxus."
homepage = "https://dioxuslabs.com"
readme = "README.md"
keywords = [
    "dom",
    "ui",
    "gui",
    "react",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DioxusLabs/dioxus/"

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

[features]
default = []
nightly-features = []

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

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

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

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

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

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

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

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

[dependencies.rustversion]
version = "1.0.21"

[dependencies.slab]
version = "0.4.10"

[dependencies.tracing]
version = "0.1.41"