rig-milvus 0.42.0

Milvus vector store implementation for the rig framework
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-milvus"
version = "0.42.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Milvus vector store implementation for the rig framework"
readme = "README.md"
license = "MIT"

[features]
default = ["rustls"]
native-tls = [
    "reqwest/native-tls",
    "rig-core/native-tls",
]
rustls = [
    "reqwest/rustls",
    "rig-core/rustls",
]

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

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

[dependencies.reqwest]
version = "0.13"
features = ["json"]
default-features = false

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

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1.0.54"

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

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[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"