lmm 0.1.2

A language agnostic framework for emulating reality.
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"
name = "lmm"
version = "0.1.2"
authors = ["Mahmoud Harmouch <oss@wiseai.dev>"]
build = false
exclude = [
    "/assets",
    "/tests",
    ".*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A language agnostic framework for emulating reality."
homepage = "https://wiseai.dev"
documentation = "https://docs.rs/lmm"
readme = "README.md"
keywords = [
    "asi",
    "ai",
    "machine-learning",
    "llm",
]
categories = ["science"]
license = "MIT"
repository = "https://github.com/wiseaidotdev/lmm"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[badges.maintenance]
status = "actively-developed"

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

[[bin]]
name = "lmm"
path = "src/bin/lmm.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.rand]
version = "0.10.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.51.1"
features = ["full"]

[profile.release]
opt-level = "z"
lto = "thin"
codegen-units = 1
debug = 0
panic = "abort"
incremental = false
strip = "symbols"