sochdb 0.4.2

SochDB - LLM-optimized database with native vector search
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.85"
name = "sochdb"
version = "0.4.2"
authors = ["Sushanth <sushanth@sochdb.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SochDB - LLM-optimized database with native vector search"
homepage = "https://sochdb.dev"
documentation = "https://sochdb.dev"
readme = "README.md"
keywords = [
    "database",
    "llm",
    "ai",
    "vector-search",
    "embedded",
]
categories = [
    "database-implementations",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/sochdb/sochdb"
resolver = "2"

[features]
default = []
embedded = []
simd = []

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

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

[dependencies.bincode]
version = "1.3"

[dependencies.byteorder]
version = "1.5"

[dependencies.crc32fast]
version = "1.4"

[dependencies.crossbeam-skiplist]
version = "0.1"

[dependencies.hashbrown]
version = "0.14"

[dependencies.parking_lot]
version = "0.12"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sochdb-core]
version = "0.4.2"
features = ["analytics"]

[dependencies.sochdb-index]
version = "0.4.2"

[dependencies.sochdb-query]
version = "0.4.2"

[dependencies.sochdb-storage]
version = "0.4.2"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

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