sphereql-embed 0.3.0

Vector embedding projection engine for sphereQL
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 = "sphereql-embed"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vector embedding projection engine for sphereQL"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bkahan/sphereQL"
resolver = "2"

[features]
retain-embeddings = []

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

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

[dependencies.indexmap]
version = "2"

[dependencies.rayon]
version = "1.10"

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

[dependencies.serde_json]
version = "1"

[dependencies.sphereql-core]
version = "0.3.0"

[dependencies.sphereql-index]
version = "0.3.0"

[dependencies.sphereql-layout]
version = "0.3.0"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.approx]
version = "0.5"