rig-qdrant 0.2.5

Rig vector store index integration for Qdrant. https://qdrant.tech
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 = "rig-qdrant"
version = "0.2.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rig vector store index integration for Qdrant. https://qdrant.tech"
readme = "README.md"
license = "MIT"
repository = "https://github.com/0xPlaygrounds/rig"

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

[[example]]
name = "qdrant_vector_search"
path = "examples/qdrant_vector_search.rs"
required-features = ["rig-core/derive"]

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
required-features = ["rig-core/derive"]

[dependencies.qdrant-client]
version = "1.14.0"
features = ["serde"]
default-features = false

[dependencies.rig-core]
version = "0.36.0"
default-features = false

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.uuid]
version = "1.17.0"
features = ["v4"]

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.httpmock]
version = "0.8.3"

[dev-dependencies.testcontainers]
version = "0.27"

[dev-dependencies.tokio]
version = "1.51.1"
features = ["rt-multi-thread"]

[lints.clippy]
await_holding_lock = "deny"
await_holding_refcell_ref = "deny"
dbg_macro = "forbid"
expect_fun_call = "deny"
expect_used = "deny"
indexing_slicing = "deny"
panic = "deny"
panic_in_result_fn = "deny"
todo = "forbid"
unimplemented = "forbid"
unreachable = "deny"
unwrap_used = "deny"