spacetimedb 1.11.2

Easy support for interacting between SpacetimeDB and Rust.
Documentation
[dependencies.anyhow]
version = "1.0.68"

[dependencies.bytemuck]
features = ["must_cast"]
version = "1.16.2"

[dependencies.bytes]
version = "1.10.1"

[dependencies.derive_more]
version = "0.99"

[dependencies.getrandom02]
features = ["custom"]
optional = true
package = "getrandom"
version = "0.2"

[dependencies.http]
version = "1.0"

[dependencies.log]
version = "0.4.17"

[dependencies.rand08]
optional = true
package = "rand"
version = "0.8"

[dependencies.scoped-tls]
version = "1.0.1"

[dependencies.serde_json]
features = ["raw_value", "arbitrary_precision"]
version = "1.0.128"

[dependencies.spacetimedb-bindings-macro]
version = "=1.11.2"

[dependencies.spacetimedb-bindings-sys]
version = "=1.11.2"

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

[dependencies.spacetimedb-primitives]
version = "=1.11.2"

[dev-dependencies.insta]
features = ["toml", "filters"]
version = "1.21.0"

[dev-dependencies.trybuild]
version = "1"

[features]
default = ["rand"]
rand = ["rand08"]
rand08 = ["dep:rand08", "dep:getrandom02"]
unstable = ["spacetimedb-bindings-sys/unstable"]

[lib]
bench = false
name = "spacetimedb"
path = "src/lib.rs"

[lints.clippy]
result_large_err = "allow"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Easy support for interacting between SpacetimeDB and Rust."
edition = "2021"
license-file = "LICENSE"
name = "spacetimedb"
readme = "README.md"
resolver = "3"
rust-version = "1.90.0"
version = "1.11.2"

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

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