mentatd 0.2.2

Minimal Ray replacement for vLLM multi-node serving
# 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 = "mentatd"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal Ray replacement for vLLM multi-node serving"
readme = "README.md"
keywords = [
    "vllm",
    "ray",
    "inference",
    "cluster",
    "daemon",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mmastrac/mentat"

[[bin]]
name = "mentatd"
path = "src/main.rs"

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

[dependencies.getifaddrs]
version = "0.6"

[dependencies.hmac]
version = "0.12"

[dependencies.libc]
version = "0.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[profile.release]
opt-level = "s"
strip = true