query-flow 0.17.0

A high-level query framework built on whale for incremental computation.
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 = "query-flow"
version = "0.17.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-level query framework built on whale for incremental computation."
homepage = "https://github.com/ryo33/query-flow"
readme = "README.md"
keywords = [
    "reactive",
    "incremental",
]
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/ryo33/query-flow"

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

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

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

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

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

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

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

[dependencies.ahash]
version = "0.8"

[dependencies.anyhow]
version = "1"

[dependencies.dyn-hash]
version = "0.2"

[dependencies.papaya]
version = "0.2"

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

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

[dependencies.whale]
version = "0.5.0"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.indexmap]
version = "2"

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