bloom_lfs 0.1.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 = "2021"
name = "bloom_lfs"
version = "0.1.1"
build = false
exclude = [
    "benches/",
    "doc/",
    "loom-tests/",
    "test_store/",
]
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/Bloom_lfs"
documentation = "https://docs.rs/bloom_lfs"
readme = "Readme.md"
license = "GPL-3.0"
repository = "https://github.com/BloomDb-Labs/Bloom_lfs"

[features]
loom = ["dep:loom"]

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

[dependencies.bytes]
version = "1.11.1"

[dependencies.divan]
version = "0.1.21"

[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.criterion]
version = "0.5"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
]

[profile.profiling]
debug = 2
inherits = "release"