[dependencies.gpui]
version = "0.2"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["rt-multi-thread", "time"]
version = "1"
[dependencies.tracing]
version = "0.1"
[features]
default = []
[lib]
name = "rs_query"
path = "src/lib.rs"
[package]
authors = ["DreamStack <srihari@dreamstack.us>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "caching", "gui"]
description = "TanStack Query-inspired async state management for GPUI"
documentation = "https://docs.rs/rs-query"
edition = "2021"
exclude = ["docs/*", ".github/*", ".DS_Store"]
homepage = "https://dreamstack-us.github.io/rs-query"
keywords = ["gpui", "query", "async", "cache", "tanstack"]
license = "MIT"
name = "rs-query"
readme = "README.md"
repository = "https://github.com/DreamStack-us/rs-query"
version = "0.0.1"