atomr-infer-runtime 0.8.0

Runtime-agnostic actor topology for atomr-infer — gateway, request actor, dp-coordinator, engine-core, two-tier worker, placement, deployment manager, metrics.
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 = "atomr-infer-runtime"
version = "0.8.0"
authors = ["atomr-infer contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime-agnostic actor topology for atomr-infer — gateway, request actor, dp-coordinator, engine-core, two-tier worker, placement, deployment manager, metrics."
homepage = "https://github.com/rustakka/atomr-infer"
documentation = "https://docs.rs/atomr-infer-runtime"
readme = "README.md"
keywords = [
    "llm",
    "inference",
    "atomr",
    "actor",
    "openai",
]
categories = [
    "concurrency",
    "asynchronous",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/rustakka/atomr-infer"

[features]
default = []
local-gpu = [
    "dep:atomr-accel",
    "dep:atomr-accel-cuda",
]

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

[dependencies.arc-swap]
version = "1.7"

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

[dependencies.atomr-accel]
version = "0.10.0"
optional = true

[dependencies.atomr-accel-cuda]
version = "0.10.0"
optional = true

[dependencies.atomr-cluster-tools]
version = "0.9.2"

[dependencies.atomr-config]
version = "0.9.2"

[dependencies.atomr-core]
version = "0.9.2"

[dependencies.atomr-distributed-data]
version = "0.9.2"

[dependencies.atomr-infer-core]
version = "0.8.0"

[dependencies.axum]
version = "0.7"
features = [
    "json",
    "http1",
    "http2",
    "tokio",
    "matched-path",
]
default-features = false

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

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

[dependencies.tower]
version = "0.5"
features = [
    "util",
    "limit",
    "retry",
    "timeout",
]
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"
features = ["serde"]

[dev-dependencies.tokio]
version = "1.39"
features = ["full"]