ai-batch-queue 0.2.0

Model-aware batch processing queue with ETA estimation for Tauri applications
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 = "ai-batch-queue"
version = "0.2.0"
authors = ["Josh"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Model-aware batch processing queue with ETA estimation for Tauri applications"
readme = "README.md"
keywords = [
    "tauri",
    "batch",
    "queue",
    "ai",
    "gpu",
]
categories = ["asynchronous"]
license = "MIT"

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

[[example]]
name = "basic_batch"
path = "examples/basic_batch.rs"

[[example]]
name = "eta_tracking"
path = "examples/eta_tracking.rs"

[[example]]
name = "model_optimization"
path = "examples/model_optimization.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.serde_json]
version = "1"

[dependencies.stack-ids]
version = "0.1.1"

[dependencies.tauri]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

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