[dependencies.convert_case]
version = "0.6"
[dependencies.proc-macro-error2]
version = "2.0"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[lib]
name = "reactive_stores_macro"
path = "src/lib.rs"
proc-macro = true
[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_macro"
readme = "README.md"
repository = "https://github.com/leptos-rs/leptos"
rust-version = "1.76"
version = "0.1.0-rc2"