[package]
name = "rs-store"
version = "3.0.0"
edition = "2021"
authors = ["Changju Lee", "Changju Lee<rookiecj@gmail.com>"]
description = "Redux Store for Rust"
license-file = "LICENSE"
repository = "https://github.com/rookiecj/rs-store"
readme = "README.md"
keywords = ["redux", "store", "rust", "state", "management"]
[features]
default = []
store-debug = ["store-log"]
store-log = []
[profile.release]
strip = "debuginfo"
debug = true
[dependencies]
thiserror = "1.0"
rusty_pool = { version = "0.7" }