[[test]]
name = "async_derived"
path = "tests/async_derived.rs"
[[test]]
name = "effect"
path = "tests/effect.rs"
[[test]]
name = "memo"
path = "tests/memo.rs"
[[test]]
name = "signal"
path = "tests/signal.rs"
[dependencies.any_spawner]
version = "0.1"
[dependencies.async-lock]
version = "3.3.0"
[dependencies.futures]
version = "0.3"
[dependencies.guardian]
version = "1"
[dependencies.hydration_context]
optional = true
version = "0.2.0-alpha"
[dependencies.or_poisoned]
version = "0.1"
[dependencies.pin-project-lite]
version = "0.2"
[dependencies.rustc-hash]
version = "1.1.0"
[dependencies.send_wrapper]
features = ["futures"]
version = "0.6.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dependencies.slotmap]
version = "1"
[dependencies.thiserror]
version = "1"
[dependencies.tracing]
optional = true
version = "0.1"
[dev-dependencies.any_spawner]
features = ["futures-executor", "tokio"]
version = "0.1"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"
[dev-dependencies.tokio-test]
version = "0.4"
[features]
effects = []
hydration = ["dep:hydration_context"]
nightly = []
sandboxed-arenas = []
serde = ["dep:serde"]
tracing = ["dep:tracing"]
[lib]
name = "reactive_graph"
path = "src/lib.rs"
[package]
authors = ["Greg Johnston"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A fine-grained reactive graph for building user interfaces."
edition = "2021"
license = "MIT"
name = "reactive_graph"
readme = "README.md"
repository = "https://github.com/leptos-rs/leptos"
rust-version = "1.75"
version = "0.1.0-alpha"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dependencies.web-sys]
version = "0.3"