# 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" rust-version = "1.76" name = "reactive_stores" version = "0.1.0-rc1" authors = ["Greg Johnston"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Stores for holding deeply-nested reactive state while maintaining fine-grained reactive tracking." readme = "README.md" license = "MIT" repository = "https://github.com/leptos-rs/leptos" [lib] name = "reactive_stores" path = "src/lib.rs" [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-rc1" [dependencies.reactive_stores_macro] version = "0.1.0-rc1" [dependencies.rustc-hash] version = "2.0" [dev-dependencies.any_spawner] version = "0.1.0" features = [ "futures-executor", "tokio", ] [dev-dependencies.reactive_graph] version = "0.1.0-rc1" features = ["effects"] [dev-dependencies.tokio] version = "1.39" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tokio-test] version = "0.4.4"