llmfit-core 0.9.21

Core library for llmfit — hardware detection, model fitting, and provider integration
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"
name = "llmfit-core"
version = "0.9.21"
authors = ["Alex Jones <alex@example.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for llmfit — hardware detection, model fitting, and provider integration"
homepage = "https://github.com/AlexsJones/llmfit"
readme = "README.md"
keywords = [
    "llm",
    "hardware",
    "inference",
    "models",
    "gpu",
]
categories = ["hardware-support"]
license = "MIT"
repository = "https://github.com/AlexsJones/llmfit"

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

[dependencies.dirs]
version = "6.0"

[dependencies.http]
version = "1"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yml]
version = "0.0"

[dependencies.sysinfo]
version = "0.38"

[dependencies.ureq]
version = "3.2"
features = ["json"]

[dependencies.which]
version = "8.0.2"