# 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-client-api-messages" version = "1.0.0-rc1" description = "Types for the SpacetimeDB client API messages" license-file = "LICENSE" [dependencies.brotli] version = "3.5" [dependencies.bytes] version = "1.2.1" [dependencies.bytestring] version = "1.2.0" features = ["serde"] [dependencies.chrono] version = "0.4.24" features = ["serde"] default-features = false [dependencies.derive_more] version = "0.99" [dependencies.enum-as-inner] version = "0.6" [dependencies.flate2] version = "1.0.24" [dependencies.serde] version = "1.0.136" features = [ "derive", "derive", ] [dependencies.serde_json] version = "1.0.128" features = [ "raw_value", "arbitrary_precision", ] [dependencies.smallvec] version = "1.11" features = [ "union", "const_generics", ] [dependencies.spacetimedb-lib] version = "1.0.0-rc1" features = ["serde"] default-features = false [dependencies.spacetimedb-primitives] version = "1.0.0-rc1" [dependencies.spacetimedb-sats] version = "1.0.0-rc1" features = ["bytestring"] [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.thiserror] version = "1.0.37" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.itertools] version = "0.12" [dev-dependencies.proptest] version = "1.4" [dev-dependencies.serde_json] version = "1.0.128" features = [ "raw_value", "arbitrary_precision", ]