open-wal 0.2.0

An embedded Write-Ahead Log (WAL) library for Rust.
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"
rust-version = "1.85"
name = "open-wal"
version = "0.2.0"
build = false
exclude = [
    "src/bin",
    "CLAUDE.md",
    "docs",
    "scripts",
    ".github",
    "fuzz",
    "tests",
    "benches",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An embedded Write-Ahead Log (WAL) library for Rust."
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/guyo13/open-wal"

[features]
fuzzing = []
inject_no_dir_fsync = []

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

[dependencies.crc32c]
version = "0.6"

[dependencies.rustix]
version = "1"
features = ["fs"]

[dev-dependencies.criterion]
version = "0.5"
features = ["cargo_bench_support"]
default-features = false

[dev-dependencies.hdrhistogram]
version = "7"

[dev-dependencies.libc]
version = "0.2"

[dev-dependencies.proptest]
version = "1"

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

[dev-dependencies.trybuild]
version = "1"