# 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" rust-version = "1.78.0" name = "spacetimedb-schema" version = "1.0.0-rc1" description = "Schema library for SpacetimeDB" license-file = "LICENSE" [dependencies.anyhow] version = "1.0.68" [dependencies.enum-as-inner] version = "0.6" [dependencies.hashbrown] version = "0.15" features = [ "equivalent", "inline-more", ] default-features = false [dependencies.itertools] version = "0.12" [dependencies.lazy_static] version = "1.4.0" [dependencies.petgraph] version = "0.6.5" default-features = false [dependencies.serde_json] version = "1.0.128" features = [ "raw_value", "arbitrary_precision", ] [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-sql-parser] version = "1.0.0-rc1" [dependencies.thiserror] version = "1.0.37" [dependencies.unicode-ident] version = "1.0.12" [dependencies.unicode-normalization] version = "0.1.23" [dev-dependencies.proptest] version = "1.4" [dev-dependencies.spacetimedb-lib] version = "1.0.0-rc1" features = ["test"] default-features = false [features] test = []