quiverdb-embed 0.29.0

The embeddable, in-process Quiver database handle.
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-embed"
version = "0.29.0"
authors = ["Achref Soua <achref.soua@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The embeddable, in-process Quiver database handle."
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_embed"
path = "src/lib.rs"

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

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

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

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

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

[dependencies.arc-swap]
version = "1.7"

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

[dependencies.quiver-core]
version = "0.29"
package = "quiverdb-core"

[dependencies.quiver-index]
version = "0.29"
package = "quiverdb-index"

[dependencies.quiver-query]
version = "0.29"
package = "quiverdb-query"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[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"