[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"