react-rs-core 0.3.0

Core reactive primitives for react.rs - Signal, Effect, Memo, Context
Documentation
# 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 = "react-rs-core"
version = "0.3.0"
authors = ["OS-Lihua"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core reactive primitives for react.rs - Signal, Effect, Memo, Context"
homepage = "https://github.com/OS-Lihua/next.rs"
readme = false
keywords = [
    "react",
    "nextjs",
    "wasm",
    "ssr",
    "web",
]
categories = [
    "web-programming",
    "wasm",
    "gui",
]
license = "MIT"
repository = "https://github.com/OS-Lihua/next.rs"

[lib]
name = "react_rs_core"
path = "src/lib.rs"

[[bench]]
name = "reactivity"
path = "benches/reactivity.rs"
harness = false

[dependencies]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]