bevy_stdb 0.7.2

A Bevy-native integration for SpacetimeDB with table messages, subscriptions, and reconnect support.
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 = "2024"
rust-version = "1.93"
name = "bevy_stdb"
version = "0.7.2"
build = false
exclude = [".github/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Bevy-native integration for SpacetimeDB with table messages, subscriptions, and reconnect support."
homepage = "https://github.com/onx2/bevy_stdb"
documentation = "https://docs.rs/bevy_stdb"
readme = "README.md"
keywords = [
    "bevy",
    "spacetimedb",
    "database",
    "multiplayer",
    "ecs",
]
categories = [
    "game-development",
    "network-programming",
    "database",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/onx2/bevy_stdb"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
browser = [
    "spacetimedb-sdk/browser",
    "wasm-bindgen-futures",
]
default = []

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

[dependencies.bevy_app]
version = "0.18"

[dependencies.bevy_ecs]
version = "0.18"

[dependencies.bevy_state]
version = "0.18"

[dependencies.bevy_time]
version = "0.18"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.spacetimedb-sdk]
version = "2.1"

[dependencies.wasm-bindgen-futures]
version = "0.4"
optional = true