chunked-wal 0.2.0

Chunked write-ahead log implementation
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 = "chunked-wal"
version = "0.2.0"
authors = ["Zhang Yanpo <drdr.xp@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Chunked write-ahead log implementation"
homepage = "https://github.com/drmingdrmer/chunked-wal"
documentation = "https://docs.rs/chunked-wal"
readme = "README.md"
keywords = [
    "wal",
    "log",
    "storage",
]
categories = [
    "algorithms",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/drmingdrmer/chunked-wal"

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

[dependencies.base2histogram]
version = "0.2.3"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.codeq]
version = "0.6.0"

[dependencies.fs2]
version = "0.4.3"

[dependencies.log]
version = "0.4.22"

[dependencies.thiserror]
version = "1.0.64"

[dev-dependencies.tempfile]
version = "3.4.0"