synaptic-embeddings 0.1.0

Embeddings trait with Fake, OpenAI, and Ollama providers
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.78"
name = "synaptic-embeddings"
version = "0.1.0"
authors = ["Synapse Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embeddings trait with Fake, OpenAI, and Ollama providers"
readme = false
license = "MIT"
repository = "https://github.com/dnw3/synaptic"

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

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

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

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

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

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.synaptic-core]
version = "0.1.0"

[dependencies.synaptic-models]
version = "0.1.0"

[dependencies.tokio]
version = "1.41"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
    "fs",
]

[dev-dependencies.tokio]
version = "1.41"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
    "fs",
]