modelforge 0.1.10

Provider-aware model target parsing primitives for archive tools
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"
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]