modelshelf 0.1.0

A shared local LLM model registry: discover, deduplicate, download, and update models across desktop apps.
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 = "2021"
rust-version = "1.89"
name = "modelshelf"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A shared local LLM model registry: discover, deduplicate, download, and update models across desktop apps."
homepage = "https://github.com/koiyal/modelshelf"
readme = "README.md"
keywords = [
    "llm",
    "gguf",
    "registry",
    "local-ai",
    "models",
]
categories = [
    "filesystem",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/koiyal/modelshelf"

[features]
test-fixtures = []

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

[[example]]
name = "recommend"
path = "examples/recommend.rs"

[[test]]
name = "dedup_integration"
path = "tests/dedup_integration.rs"

[[test]]
name = "download_integration"
path = "tests/download_integration.rs"

[[test]]
name = "scan_integration"
path = "tests/scan_integration.rs"

[dependencies.dirs]
version = "6"

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
    "macros",
    "serde",
]

[dependencies.tracing]
version = "0.1"

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

[dependencies.walkdir]
version = "2"

[dev-dependencies.httpmock]
version = "0.7"

[dev-dependencies.tempfile]
version = "3"