fathomdb-embedder 0.8.0

FathomDB embedder runtime — built-in embedder implementations for the fathomdb-embedder-api trait.
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.95"
name = "fathomdb-embedder"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FathomDB embedder runtime — built-in embedder implementations for the fathomdb-embedder-api trait."
readme = false
license = "Apache-2.0"
repository = "https://github.com/coreyt/fathomdb"

[features]
default = []
default-embedder = [
    "dep:ureq",
    "dep:sha2",
    "dep:dirs",
    "dep:fs2",
    "dep:serde_json",
    "dep:thiserror",
    "dep:candle-core",
    "dep:candle-nn",
    "dep:candle-transformers",
    "dep:tokenizers",
]
loader-test-hooks = ["default-embedder"]

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

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

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

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

[[test]]
name = "no_engine_dep"
path = "tests/no_engine_dep.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
default-features = false

[dependencies.dirs]
version = "5"
optional = true

[dependencies.fathomdb-embedder-api]
version = "0.6.0"

[dependencies.fs2]
version = "0.4"
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.sha2]
version = "0.10"
optional = true

[dependencies.thiserror]
version = "1"
optional = true

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

[dependencies.ureq]
version = "2"
features = ["tls"]
optional = true
default-features = false

[dev-dependencies.httpmock]
version = "0.7"

[dev-dependencies.sha2]
version = "0.10"

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