orbok-workers 0.9.6

orbok pipeline workers: extraction → chunking → keyword indexing (M5/M6)
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"
rust-version = "1.85"
name = "orbok-workers"
version = "0.9.6"
authors = ["nabbisen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "orbok pipeline workers: extraction → chunking → keyword indexing (M5/M6)"
readme = false
license = "Apache-2.0"
repository = "https://github.com/nabbisen/orbok"
resolver = "2"

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

[dependencies.orbok-cache]
version = "0.9.6"

[dependencies.orbok-core]
version = "0.9.6"

[dependencies.orbok-db]
version = "0.9.6"

[dependencies.orbok-embed]
version = "0.9.6"

[dependencies.orbok-extract]
version = "0.9.6"

[dependencies.orbok-fs]
version = "0.9.6"

[dependencies.orbok-models]
version = "0.9.6"

[dependencies.orbok-search]
version = "0.9.6"

[dependencies.rusqlite]
version = "0.40"
features = ["bundled"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.dirs]
version = "6"

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

[dev-dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false