lmm 0.1.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.1.4"
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"

[features]
cli = [
    "clap",
    "tokio",
    "tracing-subscriber",
    "tracing-appender",
]
default = []
net = [
    "duckduckgo",
    "tokio",
]

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

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

[dependencies.anyhow]
version = "1.0.102"

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

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

[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"]
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

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