rewal 0.1.0

Ultra-fast embedded Write-Ahead Log. Zero dependencies.
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.81"
name = "rewal"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ultra-fast embedded Write-Ahead Log. Zero dependencies."
readme = "README.md"
keywords = [
    "wal",
    "write-ahead-log",
    "event-sourcing",
    "embedded",
    "high-performance",
]
categories = [
    "database",
    "data-structures",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/aasyanov/rewal"

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

[[bench]]
name = "wal"
path = "benches/wal.rs"
harness = false

[dependencies]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.tempfile]
version = "3"
default-features = false