reifydb-store-commit 0.9.1

Commit buffer holding committed multi-version rows before they are swept to persistent storage
Documentation
# 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 = "2024"
name = "reifydb-store-commit"
version = "0.9.1"
authors = ["Dominique Chuo <dominique@reifydb.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Commit buffer holding committed multi-version rows before they are swept to persistent storage"
readme = false
license = "Apache-2.0"
repository = "https://github.com/reifydb/reifydb"
resolver = "2"

[lib]
name = "reifydb_store_commit"
path = "src/lib.rs"
doctest = false

[dependencies.reifydb-codec]
version = "0.9.1"

[dependencies.reifydb-core]
version = "0.9.1"

[dependencies.reifydb-runtime]
version = "0.9.1"

[dependencies.reifydb-store]
version = "0.9.1"

[dependencies.reifydb-value]
version = "0.9.1"

[dependencies.tracing]
version = "0.1.44"

[build-dependencies.reifydb-build]
version = "0.9.1"