# 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" name = "spacetimedb-data-structures" version = "1.0.0-rc1" description = "Assorted data structures used in spacetimedb" license-file = "LICENSE" [dependencies.ahash] version = "0.8" [dependencies.hashbrown] version = "0.15" features = [ "equivalent", "inline-more", ] default-features = false [dependencies.nohash-hasher] version = "0.2" [dependencies.serde] version = "1.0.136" features = ["derive"] optional = true [dependencies.smallvec] version = "1.11" features = [ "union", "const_generics", ] [dependencies.thiserror] version = "1.0.37" [features] serde = ["dep:serde"]