spacetimedb-query-builder 2.0.1

Rust query builder for SpacetimeDB
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"
rust-version = "1.93.0"
name = "spacetimedb-query-builder"
version = "2.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust query builder for SpacetimeDB"
readme = false
license-file = "LICENSE"
resolver = "3"

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

[dependencies.spacetimedb-lib]
version = "=2.0.1"
default-features = false

[lints.clippy]
result_large_err = "allow"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tokio_unstable)"]