mesh-llm-runtime-install 0.76.1

Native runtime manifest discovery, download, installation, and cache management for Mesh LLM
# 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 = "mesh-llm-runtime-install"
version = "0.76.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native runtime manifest discovery, download, installation, and cache management for Mesh LLM"
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"

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

[dependencies.anyhow]
version = "1"

[dependencies.dirs]
version = "6.0.0"

[dependencies.flate2]
version = "1"

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

[dependencies.hex]
version = "0.4"

[dependencies.mesh-llm-build-info]
version = "0.76.1"

[dependencies.mesh-llm-hardware-profile]
version = "0.76.1"

[dependencies.mesh-llm-native-runtime]
version = "0.76.1"

[dependencies.reqwest]
version = "0.13"
features = [
    "stream",
    "json",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.skippy-ffi]
version = "0.76.1"
default-features = false

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
    "rt",
]

[lints.clippy]
cognitive_complexity = "warn"
too_many_lines = "warn"