forgellm-codegen-metal 0.7.6

Metal GPU code generation for Apple Silicon inference in ForgeLLM
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"
name = "forgellm-codegen-metal"
version = "0.7.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Metal GPU code generation for Apple Silicon inference in ForgeLLM"
homepage = "https://forgellm.dev"
readme = "README.md"
keywords = [
    "llm",
    "inference",
    "compiler",
    "gguf",
    "aot",
]
categories = [
    "science",
    "compilers",
]
license = "MIT"
repository = "https://github.com/sauravpanda/forge-llm"

[features]
default = []

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

[dependencies.anyhow]
version = "1"

[dependencies.forgellm-frontend]
version = "0.7.6"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.pretty_assertions]
version = "1"

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