feox-vector 0.1.0

Embedded vector store on FeOxDB - exact and ANN cosine search with metadata filtering
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 = "2021"
name = "feox-vector"
version = "0.1.0"
authors = ["Mehran Toosi <dev@mehran.dk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded vector store on FeOxDB - exact and ANN cosine search with metadata filtering"
homepage = "https://feoxdb.com"
documentation = "https://docs.rs/feox-vector"
readme = "README.md"
keywords = [
    "vector-search",
    "embeddings",
    "ann",
    "hnsw",
    "similarity",
]
categories = [
    "database",
    "data-structures",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/mehrantsi/feox-vector"

[features]
default = []
jemalloc = ["feoxdb/jemalloc"]

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

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[bench]]
name = "vector"
path = "benches/vector.rs"
harness = false

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

[dependencies.feox-ann]
version = "0.1"

[dependencies.feoxdb]
version = "0.5"
default-features = false

[dependencies.scc]
version = "2.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
version = "0.7"

[profile.bench]
inherits = "release"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
strip = true