[package]
edition = "2024"
name = "modelforge"
version = "0.1.1"
build = false
exclude = [
"target/**",
"notes.MD",
"notes.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Model target parsing primitives for thesa archives"
homepage = "https://github.com/Tknott95/ModelForge"
readme = "README.md"
keywords = [
"model",
"archive",
"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]