zvec-rust 0.7.0

Safe Rust bindings for the zvec vector database
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"
rust-version = "1.70"
name = "zvec-rust"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust bindings for the zvec vector database"
readme = "README.md"
keywords = [
    "vector-database",
    "zvec",
    "similarity-search",
    "embeddings",
    "hnsw",
]
categories = [
    "database",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/zvec-ai/zvec-rust"

[package.metadata.docs.rs]
features = ["bundled"]

[features]
bundled = ["zvec-rust-sys/bundled"]
default = ["bundled"]

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

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

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

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

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

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

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

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

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

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

[dependencies.zvec-rust-sys]
version = "0.7.0"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.rand]
version = "0.8"

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