query-flow 0.6.0

A high-level query framework built on whale for incremental computation.
Documentation
[dependencies.ahash]
version = "0.8"

[dependencies.anyhow]
version = "1"

[dependencies.papaya]
version = "0.2"

[dependencies.parking_lot]
optional = true
version = "0.12"

[dependencies.query-flow-inspector]
optional = true
version = "0.6.0"

[dependencies.query-flow-macros]
version = "0.6.0"

[dependencies.whale]
version = "0.4.0"

[dev-dependencies.query-flow-inspector]
version = "0.6.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[features]
default = []
inspector = ["dep:query-flow-inspector", "dep:parking_lot"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "A high-level query framework built on whale for incremental computation."
edition = "2021"
homepage = "https://github.com/ryo33/query-flow"
keywords = ["reactive", "incremental"]
license = "MIT OR Apache-2.0"
name = "query-flow"
readme = false
repository = "https://github.com/ryo33/query-flow"
version = "0.6.0"

[[test]]
name = "assets"
path = "tests/assets.rs"

[[test]]
name = "calc"
path = "tests/calc.rs"

[[test]]
name = "inspector"
path = "tests/inspector.rs"

[[test]]
name = "list_queries"
path = "tests/list_queries.rs"

[[test]]
name = "user_error"
path = "tests/user_error.rs"