inferlab-runtime 0.8.0

Framework-neutral runtime lifecycle mechanics for the InferLab product.
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 = "2024"
rust-version = "1.89"
name = "inferlab-runtime"
version = "0.8.0"
build = false
include = [
    "src/**",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Framework-neutral runtime lifecycle mechanics for the InferLab product."
readme = false
keywords = [
    "llm",
    "inference",
    "runtime",
    "process",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/Infer-Lab/InferLab"
resolver = "2"

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

[dependencies.ctrlc]
version = "3"
features = ["termination"]

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls",
    "stream",
    "blocking",
]
default-features = false

[dependencies.rustix]
version = "1"
features = [
    "process",
    "system",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.wait-timeout]
version = "0.2"

[lints.clippy]
expect_used = "deny"
panic = "deny"
todo = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.rust]
unsafe_code = "forbid"
warnings = "deny"