[package]
edition = "2024"
rust-version = "1.85"
name = "modelforge"
version = "0.1.10"
authors = ["Trevor Knott (Knott Dynamics)"]
build = false
include = [
"Cargo.toml",
"Cargo.lock",
"README.md",
"LICENSE",
"CHANGELOG.md",
"src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provider-aware model target parsing primitives for archive tools"
homepage = "https://github.com/Tknott95/ModelForge"
documentation = "https://docs.rs/modelforge"
readme = "README.md"
keywords = [
"modelforge",
"model",
"huggingface",
"ollama",
"civitai",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT"
repository = "https://github.com/Tknott95/ModelForge"
[lib]
name = "modelforge"
path = "src/lib.rs"
[dependencies]