mentedb-embedding 0.4.2

Embedding model integration for MenteDB
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 = "mentedb-embedding"
version = "0.4.2"
authors = ["Nam Rodriguez <nambok@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedding model integration for MenteDB"
readme = "README.md"
keywords = [
    "database",
    "embedding",
    "ai",
    "vector",
    "memory",
]
categories = [
    "database-implementations",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/nambok/mentedb"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
http = ["ureq"]
local = [
    "candle-core",
    "candle-nn",
    "candle-transformers",
    "tokenizers",
    "hf-hub",
]

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

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

[dependencies.candle-core]
version = "0.10"
optional = true

[dependencies.candle-nn]
version = "0.10"
optional = true

[dependencies.candle-transformers]
version = "0.10"
optional = true

[dependencies.hf-hub]
version = "0.4"
optional = true

[dependencies.mentedb-core]
version = "0.4.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokenizers]
version = "0.21"
features = ["onig"]
optional = true
default-features = false

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.ureq]
version = "3"
features = ["json"]
optional = true

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

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "full",
    "test-util",
]

[dev-dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]