[dependencies.guardian]
version = "1.2"
[dependencies.itertools]
version = "0.13.0"
[dependencies.or_poisoned]
version = "0.1.0"
[dependencies.paste]
version = "1.0"
[dependencies.reactive_graph]
version = "0.1.0-rc2"
[dependencies.reactive_stores_macro]
version = "0.1.0-rc2"
[dependencies.rustc-hash]
version = "2.0"
[dev-dependencies.any_spawner]
features = ["futures-executor", "tokio"]
version = "0.1.0"
[dev-dependencies.reactive_graph]
features = ["effects"]
version = "0.1.0-rc2"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.41"
[dev-dependencies.tokio-test]
version = "0.4.4"
[lib]
name = "reactive_stores"
path = "src/lib.rs"
[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.1.0-rc2"