mofa-runtime 0.1.1

MoFA Runtime - Message bus, agent registry, and event loop
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 = "mofa-runtime"
version = "0.1.1"
authors = ["MoFA Contributors <contributors@mofa.org>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MoFA Runtime - Message bus, agent registry, and event loop"
homepage = "https://github.com/mofa-org/mofa"
documentation = "https://docs.rs/mofa-runtime"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "runtime",
    "actor",
    "message-bus",
]
categories = [
    "development-tools",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/mofa-org/mofa"

[features]
dora = [
    "dora-node-api",
    "dora-operator-api",
    "dora-daemon",
    "dora-core",
    "dora-message",
]
monitoring = ["dep:mofa-monitoring"]

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.bincode]
version = "1.3"

[dependencies.config]
version = "0.14"
features = [
    "toml",
    "json",
    "yaml",
    "ini",
    "ron",
    "json5",
]

[dependencies.dora-core]
version = "0"
features = ["build"]
optional = true

[dependencies.dora-daemon]
version = "0"
optional = true
default-features = false

[dependencies.dora-message]
version = "0"
optional = true

[dependencies.dora-node-api]
version = "0"
optional = true
default-features = false

[dependencies.dora-operator-api]
version = "0"
optional = true
default-features = false

[dependencies.eyre]
version = "0.6"

[dependencies.flume]
version = "0.10"

[dependencies.mofa-kernel]
version = "0.1"
features = ["config"]

[dependencies.mofa-monitoring]
version = "0.1"
optional = true

[dependencies.mofa-plugins]
version = "0.1"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "rt-multi-thread",
    "sync",
]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.7"
features = [
    "v4",
    "v7",
]

[lints.rust]
dead_code = "allow"
unexpected_cfgs = "allow"
unused = "allow"
unused_variables = "allow"