hermes-mal 1.8.84

Model Architecture Language (MAL) parser — the single source of truth for Hermes model definitions
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.97"
name = "hermes-mal"
version = "1.8.84"
authors = ["izihawa"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Model Architecture Language (MAL) parser — the single source of truth for Hermes model definitions"
readme = false
keywords = [
    "llm",
    "dsl",
    "parser",
    "transformer",
    "pest",
]
categories = [
    "parser-implementations",
    "science",
]
license = "MIT"
repository = "https://github.com/SpaceFrontiers/hermes"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.pest]
version = "2.8"

[dependencies.pest_derive]
version = "2.8"

[dependencies.rust-embed]
version = "8"
features = ["include-exclude"]

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

[dependencies.serde_json]
version = "1.0"