# 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" name = "rs-store" version = "0.12.0" authors = [ "Changju Lee", "Changju Lee", ] description = "Redux Store for Rust" readme = "README.md" keywords = [ "redux", "store", "rust", "state", "management", ] license-file = "LICENSE" repository = "https://github.com/rookiecj/rs-store" [[bin]] name = "calc_basic" path = "src/example/calc_basic.rs" [[bin]] name = "calc_fn_basic" path = "src/example/calc_fn_basic.rs" [[bin]] name = "calc_concurrent" path = "src/example/calc_concurrent.rs" [[bin]] name = "calc_unsubscribe" path = "src/example/calc_unsubscribe.rs" [[bin]] name = "calc_clear_subscriber" path = "src/example/calc_clear_subscribers.rs" [[bin]] name = "calc_thunk" path = "src/example/calc_thunk.rs" [[bin]] name = "calc_effect" path = "src/example/calc_effect.rs" [dependencies.crossbeam] version = "0.8" [dependencies.once_cell] version = "1.19.0" [dependencies.thiserror] version = "1.0.58"