lora-wal 0.5.0

Write-ahead log and replay engine for LoraDB.
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 = "2021"
rust-version = "1.87"
name = "lora-wal"
version = "0.5.0"
authors = ["LoraDB, Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Write-ahead log and replay engine for LoraDB."
homepage = "https://github.com/lora-db/lora"
readme = false
keywords = [
    "loradb",
    "wal",
    "graph",
    "durability",
    "database",
]
categories = ["database-implementations"]
license = "BUSL-1.1"
repository = "https://github.com/lora-db/lora"

[lib]
name = "lora_wal"
path = "src/lib.rs"

[dependencies.bincode]
version = "1.3"

[dependencies.crc32fast]
version = "1.4"

[dependencies.lora-store]
version = "=0.5.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"