# 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" version = "1.0.0-rc1" description = "Easy support for interacting between SpacetimeDB and Rust." license-file = "LICENSE" [lib] name = "spacetimedb" path = "src/lib.rs" bench = false [dependencies.bytemuck] version = "1.16.2" features = ["must_cast"] [dependencies.derive_more] version = "0.99" [dependencies.getrandom] version = "0.2.7" features = ["custom"] optional = true [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.5" optional = true [dependencies.scoped-tls] version = "1.0.1" [dependencies.spacetimedb-bindings-macro] version = "1.0.0-rc1" [dependencies.spacetimedb-bindings-sys] version = "1.0.0-rc1" [dependencies.spacetimedb-lib] version = "1.0.0-rc1" default-features = false [dependencies.spacetimedb-primitives] version = "1.0.0-rc1" [dev-dependencies.insta] version = "1.21.0" features = ["toml"] [dev-dependencies.trybuild] version = "1" [features] default = ["rand"] rand = [ "dep:rand", "dep:getrandom", ] unstable = ["spacetimedb-bindings-sys/unstable"]