rawdb 0.6.8

Single-file, low-level and space efficient storage engine with filesystem-like API
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 = "rawdb"
version = "0.6.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Single-file, low-level and space efficient storage engine with filesystem-like API"
homepage = "https://github.com/anydb-rs/anydb"
readme = "README.md"
keywords = [
    "vec",
    "disk",
    "database",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/anydb-rs/anydb"

[package.metadata.docs.rs]
all-features = true

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

[[test]]
name = "mod"
path = "tests/mod.rs"

[dependencies.libc]
version = "0.2.180"

[dependencies.log]
version = "0.4.29"

[dependencies.memmap2]
version = "0.9.9"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.rayon]
version = "1.11.0"

[dependencies.smallvec]
version = "1.15"

[dependencies.thiserror]
version = "2.0.18"

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