lmm 0.2.4

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.2.4"
authors = ["Mahmoud Harmouch <oss@wiseai.dev>"]
build = "build.rs"
exclude = [
    "/assets",
    "/tests",
    ".*",
    "/examples",
    "/papers",
    "/python",
    "/bin",
    "package.json",
    "package-lock.json",
    "pyproject.toml",
]
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",
    "lmm",
]
categories = ["science"]
license = "MIT"
repository = "https://github.com/wiseaidotdev/lmm"
resolver = "2"

[features]
cli = [
    "clap",
    "tokio",
    "tracing-subscriber",
    "tracing-appender",
]
default = []
net = [
    "duckduckgo",
    "tokio",
]
node = [
    "napi",
    "napi-derive",
    "napi-build",
    "cli",
    "net",
]
python = [
    "pyo3",
    "cli",
    "net",
]
rust-binary = [
    "cli",
    "net",
]
wasm-net = ["duckduckgo"]

[lib]
name = "lmm"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "lmm"
path = "src/bin/lmm.rs"
required-features = ["rust-binary"]

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]
optional = true

[dependencies.duckduckgo]
version = "0.3.1"
optional = true

[dependencies.napi]
version = "3.8.5"
features = ["napi4"]
optional = true
default-features = false

[dependencies.napi-derive]
version = "3.5.4"
optional = true

[dependencies.phf]
version = "0.13.1"
features = ["macros"]

[dependencies.pyo3]
version = "0.28.3"
features = ["extension-module"]
optional = true

[dependencies.rand]
version = "0.10.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.strum_macros]
version = "0.28.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.1"
features = ["full"]
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "env-filter",
]
optional = true

[dev-dependencies.async-trait]
version = "0.1.89"

[dev-dependencies.lmm-agent]
version = "0.0.4"

[dev-dependencies.lmm-derive]
version = "0.0.2"

[dev-dependencies.tokio]
version = "1.52.1"
features = [
    "full",
    "full",
]

[dev-dependencies.yew]
version = "0.23"

[build-dependencies.napi-build]
version = "2.3.1"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.4"
features = ["wasm_js"]