mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-16 20:57:48 -04:00
18 lines
432 B
TOML
18 lines
432 B
TOML
[package]
|
|
name = "spacetimedb-data-structures"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license-file = "LICENSE"
|
|
description = "Assorted data structures used in spacetimedb"
|
|
|
|
[features]
|
|
serde = ["dep:serde", "hashbrown/serde"]
|
|
|
|
[dependencies]
|
|
ahash.workspace = true
|
|
hashbrown.workspace = true
|
|
nohash-hasher.workspace = true
|
|
serde = { workspace = true, optional = true }
|
|
thiserror.workspace = true
|
|
smallvec.workspace = true
|