atomr-infer 0.8.0

Multi-runtime GPU + remote inference as a supervised actor system on atomr. Single-crate rollup that re-exports per-runtime backends behind feature flags.
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"
version = "0.8.0"
authors = ["atomr-infer contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-runtime GPU + remote inference as a supervised actor system on atomr. Single-crate rollup that re-exports per-runtime backends behind feature flags."
homepage = "https://github.com/rustakka/atomr-infer"
documentation = "https://docs.rs/atomr-infer"
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]
accel = [
    "dep:atomr-accel",
    "dep:atomr-accel-cuda",
    "atomr-infer-runtime/local-gpu",
]
accel-patterns = [
    "dep:atomr-accel-patterns",
    "pipeline",
    "atomr-infer-pipeline/cuda-patterns",
]
all-local = [
    "all-native",
    "all-python",
]
all-native = [
    "tensorrt",
    "ort",
    "candle",
    "cudarc",
    "mistralrs",
]
all-python = ["vllm"]
all-remote = [
    "openai",
    "anthropic",
    "gemini",
    "litellm",
]
all-runtimes = [
    "all-local",
    "all-remote",
    "accel-patterns",
]
anthropic = ["dep:atomr-infer-runtime-anthropic"]
candle = [
    "dep:atomr-infer-runtime-candle",
    "atomr-infer-runtime-candle/candle",
    "accel",
]
cudarc = [
    "dep:atomr-infer-runtime-cudarc",
    "atomr-infer-runtime-cudarc/cudarc",
    "accel",
]
default = []
default-prod = [
    "vllm",
    "tensorrt",
    "ort",
    "openai",
    "anthropic",
    "pipeline",
]
gemini = ["dep:atomr-infer-runtime-gemini"]
gemma-default = [
    "vllm",
    "atomr-infer-runtime-vllm/gemma-default",
]
litellm = [
    "dep:atomr-infer-runtime-litellm",
    "openai",
]
mistralrs = [
    "dep:atomr-infer-runtime-mistralrs",
    "atomr-infer-runtime-mistralrs/mistralrs",
]
openai = ["dep:atomr-infer-runtime-openai"]
ort = [
    "dep:atomr-infer-runtime-ort",
    "atomr-infer-runtime-ort/ort",
]
ort-cuda = [
    "ort",
    "atomr-infer-runtime-ort/ort-cuda",
]
ort-hf-hub = [
    "ort",
    "atomr-infer-runtime-ort/ort-hf-hub",
]
ort-load-dynamic = [
    "ort",
    "atomr-infer-runtime-ort/ort-load-dynamic",
]
pipeline = ["dep:atomr-infer-pipeline"]
remote-only = [
    "all-remote",
    "pipeline",
]
tensorrt = [
    "dep:atomr-infer-runtime-tensorrt",
    "atomr-infer-runtime-tensorrt/tensorrt",
]
tensorrt-fp8 = [
    "tensorrt",
    "atomr-infer-runtime-tensorrt/tensorrt-fp8",
]
tensorrt-int8 = [
    "tensorrt",
    "atomr-infer-runtime-tensorrt/tensorrt-int8",
]
tensorrt-link = [
    "tensorrt",
    "atomr-infer-runtime-tensorrt/tensorrt-link",
]
tensorrt-onnx = [
    "tensorrt",
    "atomr-infer-runtime-tensorrt/tensorrt-onnx",
]
tensorrt-plugin = [
    "tensorrt",
    "atomr-infer-runtime-tensorrt/tensorrt-plugin",
]
testkit = ["dep:atomr-infer-testkit"]
vllm = [
    "dep:atomr-infer-runtime-vllm",
    "atomr-infer-runtime-vllm/vllm",
]

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

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

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

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

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

[dependencies.atomr-infer-pipeline]
version = "0.8.0"
optional = true

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

[dependencies.atomr-infer-runtime-anthropic]
version = "0.8.0"
optional = true

[dependencies.atomr-infer-runtime-candle]
version = "0.8.0"
optional = true

[dependencies.atomr-infer-runtime-cudarc]
version = "0.8.0"
optional = true

[dependencies.atomr-infer-runtime-gemini]
version = "0.8.0"
optional = true

[dependencies.atomr-infer-runtime-litellm]
version = "0.8.0"
optional = true

[dependencies.atomr-infer-runtime-mistralrs]
version = "0.8.0"
optional = true

[dependencies.atomr-infer-runtime-openai]
version = "0.8.0"
optional = true

[dependencies.atomr-infer-runtime-ort]
version = "0.8.0"
optional = true

[dependencies.atomr-infer-runtime-tensorrt]
version = "0.8.0"
optional = true

[dependencies.atomr-infer-runtime-vllm]
version = "0.8.0"
optional = true

[dependencies.atomr-infer-testkit]
version = "0.8.0"
optional = true