reactive_stores 0.2.0

Stores for holding deeply-nested reactive state while maintaining fine-grained reactive tracking.
Documentation
[dependencies.dashmap]
version = "6.1"

[dependencies.guardian]
version = "1.2"

[dependencies.itertools]
version = "0.14.0"

[dependencies.or_poisoned]
version = "0.1.0"

[dependencies.paste]
version = "1.0"

[dependencies.reactive_graph]
version = "0.2.0"

[dependencies.reactive_stores_macro]
version = "0.2.0"

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

[dependencies.send_wrapper]
version = "0.6.0"

[dev-dependencies.any_spawner]
features = ["futures-executor", "tokio"]
version = "0.3.0"

[dev-dependencies.reactive_graph]
features = ["effects"]
version = "0.2.0"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.43"

[dev-dependencies.tokio-test]
version = "0.4.4"

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(leptos_debuginfo)"]
level = "warn"
priority = 0

[package]
authors = ["Greg Johnston"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Stores for holding deeply-nested reactive state while maintaining fine-grained reactive tracking."
edition = "2021"
license = "MIT"
name = "reactive_stores"
readme = "README.md"
repository = "https://github.com/leptos-rs/leptos"
rust-version = "1.76"
version = "0.2.0"