quiverdb-core 0.29.0

Quiver's storage engine: pages, WAL, manifest, segments, and recovery.
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"
rust-version = "1.88"
name = "quiverdb-core"
version = "0.29.0"
authors = ["Achref Soua <achref.soua@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quiver's storage engine: pages, WAL, manifest, segments, and recovery."
homepage = "https://github.com/achref-soua/quiver"
readme = false
keywords = [
    "vector-database",
    "embeddings",
    "search",
    "ann",
    "hnsw",
]
categories = [
    "database",
    "data-structures",
]
license = "AGPL-3.0-only"
repository = "https://github.com/achref-soua/quiver"

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

[[bin]]
name = "crash_writer"
path = "src/bin/crash_writer.rs"

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

[dependencies.crc32c]
version = "0.6"

[dependencies.memmap2]
version = "0.9"

[dependencies.postcard]
version = "1.1"
features = ["use-std"]
default-features = false

[dependencies.roaring]
version = "0.10"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.proptest]
version = "1"

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

[lints.clippy]
dbg_macro = "deny"
expect_used = "deny"
todo = "warn"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_op_in_unsafe_fn = "deny"