qql-embed 0.2.1

Shared dense and sparse embedding resolution for QQL runtimes
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.98"
name = "qql-embed"
version = "0.2.1"
authors = ["Srimon Danguria <srimon12mckv@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared dense and sparse embedding resolution for QQL runtimes"
homepage = "https://github.com/srimon12/qql-rs"
documentation = "https://docs.rs/qql-embed"
readme = "README.md"
keywords = [
    "qql",
    "qdrant",
    "embeddings",
    "vector-search",
    "bm25",
]
categories = [
    "database",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/srimon12/qql-rs"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.qql-core]
version = "0.2.1"
features = ["std"]

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