rig-fastembed 0.4.1

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

[features]
default = [
    "hf-hub",
    "ort-download-binaries",
    "hf-hub-rustls-tls",
]
hf-hub = ["fastembed/hf-hub"]
hf-hub-native-tls = ["fastembed/hf-hub-native-tls"]
hf-hub-rustls-tls = ["fastembed/hf-hub-rustls-tls"]
ort-download-binaries = ["fastembed/ort-download-binaries"]

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

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

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

[dependencies.fastembed]
version = "4.9.1"
default-features = false

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

[dependencies.schemars]
version = "1.0.4"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tracing]
version = "0.1.41"

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

[dev-dependencies.tokio]
version = "1.51.1"
features = ["full"]

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