skippy-server 0.76.1

Embedded Skippy staged runtime server
# 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"
name = "skippy-server"
version = "0.76.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded Skippy staged runtime server"
homepage = "https://github.com/Mesh-LLM/mesh-llm"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Mesh-LLM/mesh-llm"
resolver = "2"

[features]
default = []
dynamic-native-runtime = ["skippy-runtime/dynamic-native-runtime"]
test-support = []

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

[[bin]]
name = "skippy-server"
path = "src/main.rs"

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

[dependencies.ahash]
version = "0.8.12"

[dependencies.anyhow]
version = "1"

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

[dependencies.axum]
version = "0.8"

[dependencies.base64]
version = "0.23"

[dependencies.blake3]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.futures-util]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.mesh-llm-events]
version = "0.76.1"

[dependencies.mesh-native-serving-plugin-api]
version = "0.76.1"

[dependencies.model-artifact]
version = "0.76.1"

[dependencies.openai-frontend]
version = "0.76.1"

[dependencies.opentelemetry-proto]
version = "0.32.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.skippy-cache]
version = "0.76.1"

[dependencies.skippy-metrics]
version = "0.76.1"

[dependencies.skippy-protocol]
version = "0.76.1"

[dependencies.skippy-runtime]
version = "0.76.1"

[dependencies.skippy-scheduler]
version = "0.76.1"

[dependencies.skippy-tokenizer]
version = "0.76.1"

[dependencies.skippy-topology]
version = "0.76.1"

[dependencies.socket2]
version = "0.6"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "net",
    "rt-multi-thread",
    "sync",
]

[dependencies.tonic]
version = "0.14"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.skippy-package-format]
version = "0.76.1"

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

[dev-dependencies.tower]
version = "0.5"
features = ["util"]