# 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-table" version = "1.0.0-rc1" description = "A database Table implementation and friends" license-file = "LICENSE" [[bench]] name = "pointer_map" harness = false [[bench]] name = "page" harness = false [[bench]] name = "var_len_visitor" harness = false [[bench]] name = "page_manager" harness = false [dependencies.ahash] version = "0.8" [dependencies.blake3] version = "1.5.1" [dependencies.bytemuck] version = "1.16.2" features = [ "must_cast", "derive", ] [dependencies.decorum] version = "0.3.1" features = ["std"] default-features = false [dependencies.derive_more] version = "0.99" [dependencies.enum-as-inner] version = "0.6" [dependencies.itertools] version = "0.12" [dependencies.proptest] version = "1.4" optional = true [dependencies.proptest-derive] version = "0.4" optional = true [dependencies.smallvec] version = "1.11" features = [ "union", "const_generics", ] [dependencies.spacetimedb-data-structures] version = "1.0.0-rc1" [dependencies.spacetimedb-lib] version = "1.0.0-rc1" default-features = false [dependencies.spacetimedb-primitives] version = "1.0.0-rc1" [dependencies.spacetimedb-sats] version = "1.0.0-rc1" features = ["blake3"] [dependencies.spacetimedb-schema] version = "1.0.0-rc1" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.criterion] version = "0.5.1" features = [ "async", "async_tokio", "html_reports", ] [dev-dependencies.proptest] version = "1.4" [dev-dependencies.proptest-derive] version = "0.4" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.spacetimedb-sats] version = "1.0.0-rc1" features = ["proptest"] [dev-dependencies.spacetimedb-schema] version = "1.0.0-rc1" features = ["test"] [features] blake3_pure = ["blake3/pure"] proptest = [ "dep:proptest", "dep:proptest-derive", "spacetimedb-sats/proptest", ]