# 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-durability" version = "1.0.0-rc1" description = "Traits and single-node implementation of durability for SpacetimeDB." license-file = "LICENSE" [dependencies.anyhow] version = "1.0.68" [dependencies.itertools] version = "0.12" [dependencies.log] version = "0.4.17" [dependencies.spacetimedb-commitlog] version = "1.0.0-rc1" [dependencies.spacetimedb-sats] version = "1.0.0-rc1" [dependencies.tokio] version = "1.37" features = ["full"] [dependencies.tracing] version = "0.1.37" features = ["release_max_level_off"]