spacetimedb-primitives 2.8.0

Primitives such as TableId and ColumnIndexAttribute
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.0"
name = "spacetimedb-primitives"
version = "2.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Primitives such as TableId and ColumnIndexAttribute"
readme = "README.md"
license-file = "LICENSE"

[features]
memory-usage = ["dep:spacetimedb-memory-usage"]

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

[dependencies.bitflags]
version = "2.3.3"

[dependencies.either]
version = "1.9"

[dependencies.enum-as-inner]
version = "0.6"

[dependencies.itertools]
version = "0.12"

[dependencies.nohash-hasher]
version = "0.2"

[dependencies.spacetimedb-memory-usage]
version = "=2.8.0"
optional = true
default-features = false

[dev-dependencies.proptest]
version = "1.4"

[lints.clippy]
result_large_err = "allow"

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