seglog 0.2.2

High-performance segment log with CRC32C validation - optimized for event sourcing and append-only 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 = "seglog"
version = "0.2.2"
authors = ["Ari Seyhun <dev@tqwewe.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance segment log with CRC32C validation - optimized for event sourcing and append-only storage"
homepage = "https://github.com/tqwewe/sierradb"
readme = "README.md"
keywords = [
    "database",
    "event-sourcing",
    "distributed",
    "redis",
    "event-store",
]
categories = [
    "database-implementations",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/tqwewe/sierradb"

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

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

[dependencies.crc32fast]
version = "1.5"

[dependencies.nix]
version = "0.30"
features = ["fs"]

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.criterion]
version = "0.7"

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