embroider 0.2.0

Text embroidery: Jina v5 text embeddings via ONNX Runtime (Rust core, optional PyO3 bindings) — shared by bobine and okfgraph
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"
name = "embroider"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Text embroidery: Jina v5 text embeddings via ONNX Runtime (Rust core, optional PyO3 bindings) — shared by bobine and okfgraph"
homepage = "https://github.com/opticsWolf/embroider"
readme = "README.md"
keywords = [
    "embeddings",
    "onnx",
    "jina",
    "text",
    "nlp",
]
categories = ["text-processing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/opticsWolf/embroider"

[features]
default = []
extension-module = [
    "dep:pyo3",
    "pyo3/extension-module",
]

[lib]
name = "embroider"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.hf-hub]
version = "1.0"
features = [
    "blocking",
    "rustls-tls",
]

[dependencies.ndarray]
version = "0.17"

[dependencies.ort]
version = "2.0.0-rc.13"
features = [
    "load-dynamic",
    "cuda",
    "rocm",
    "directml",
    "openvino",
    "coreml",
    "tensorrt",
    "half",
    "ndarray",
]

[dependencies.pyo3]
version = "0.29"
optional = true

[dependencies.tokenizers]
version = "0.21"