# 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-vm" version = "1.0.0-rc1" description = "A VM for SpacetimeDB" license-file = "LICENSE" [dependencies.anyhow] version = "1.0.68" [dependencies.arrayvec] version = "0.7.2" [dependencies.derive_more] version = "0.99" [dependencies.itertools] version = "0.12" [dependencies.log] version = "0.4.17" [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" [dependencies.spacetimedb-schema] version = "1.0.0-rc1" [dependencies.spacetimedb-table] version = "1.0.0-rc1" [dependencies.thiserror] version = "1.0.37" [dependencies.tracing] version = "0.1.37" features = ["release_max_level_off"] [dev-dependencies.tempfile] version = "3.8" [dev-dependencies.typed-arena] version = "2.0"