buffer_ring 0.2.1

A high-performance, latch-free log-structured storage layer built for modern flash storage and multi-core systems.
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 = "buffer_ring"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance, latch-free log-structured storage layer built for modern flash storage and multi-core systems."
homepage = "https://github.com/BloomDb-Labs/buffer_ring"
documentation = "https://docs.rs/buffer_ring"
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/BloomDb-Labs/buffer_ring"

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

[[example]]
name = "log"
path = "examples/log.rs"

[dependencies.bytes]
version = "1.11.1"

[dependencies.io-uring]
version = "0.7.11"

[dependencies.libc]
version = "0.2"

[dependencies.loom]
version = "0.7"
features = ["checkpoint"]
optional = true

[dependencies.parking_lot]
version = "0.12.5"

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